2024-11-22 12:09:31 +08:00

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
}