Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@fusion809
Created January 18, 2019 15:03
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 fusion809/fd8f0f0c3313129d5f82fc0e5260bcec to your computer and use it in GitHub Desktop.
Save fusion809/fd8f0f0c3313129d5f82fc0e5260bcec to your computer and use it in GitHub Desktop.
{
"env" : {
"myDefaultIncludePath": [
"${workspaceFolder}",
"${workspaceFolder}/include"
],
"myCompilerPath": "/home/fusion809/.nix-profile/bin/gcc-7"
},
"configurations": [
{
"name": "Mac",
"intelliSenseMode": "clang-x64",
"macFrameworkPath": [ "/System/Library/Frameworks" ],
"defines": [ "FOO", "BAR=100" ],
"forcedInclude": [ "${workspaceFolder}/include/config.h" ],
"compilerPath": "/home/fusion809/.nix-profile/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"browse": {
"path": [ "${workspaceFolder}" ],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
}
}
],
"version": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment