19 lines
468 B
JSON
19 lines
468 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Mac",
|
|
"intelliSenseMode": "clang-x64",
|
|
"defines": ["FOO", "BAR=100"],
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++17",
|
|
"compileCommands": "${workspaceFolder}/.vscode/compile_commands.json",
|
|
"browse": {
|
|
"path": ["${workspaceFolder}"],
|
|
"limitSymbolsToIncludedHeaders": true,
|
|
"databaseFilename": ""
|
|
}
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|
|
|