Skip to content

Instantly share code, notes, and snippets.

@martinkunc
Created December 13, 2019 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinkunc/2bc9437e2be34f281813dfeec4637c86 to your computer and use it in GitHub Desktop.
Save martinkunc/2bc9437e2be34f281813dfeec4637c86 to your computer and use it in GitHub Desktop.
{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"macFrameworkPath": [
"/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