Skip to content

Instantly share code, notes, and snippets.

@NickCrew
Created January 11, 2020 02:18
Show Gist options
  • Save NickCrew/f00ac2d05e7f733e435c95469604aef5 to your computer and use it in GitHub Desktop.
Save NickCrew/f00ac2d05e7f733e435c95469604aef5 to your computer and use it in GitHub Desktop.
{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"macFrameworkPath": [
"/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks",
"~/Library/Frameworks"
],
"compilerPath": "/usr/bin/clang++",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "${default}"
}
],
"version": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment