2019-06-03 08:28:03 +00:00
|
|
|
// Configure cpptools IntelliSense
|
|
|
|
"C_Cpp.intelliSenseCachePath": "{{OUTPUTDIR}}/.vscode",
|
|
|
|
"C_Cpp.default.compileCommands": "{{OUTPUTDIR}}/compile_commands.json",
|
2020-08-13 15:34:31 +00:00
|
|
|
"C_Cpp.default.cppStandard": "c++14",
|
2019-06-03 08:28:03 +00:00
|
|
|
"C_Cpp.default.compilerPath": "{{COMPILER}}",
|