Authors: russell@unturf.com · brackishbert@gmail.com · foxhop.net · TimeHexOn.com Patches, unit tests, benchmarks, whitepaper, and outreach briefs. Public domain — no copyright claimed. Use freely.
5 lines
257 B
Text
5 lines
257 B
Text
// Configure cpptools IntelliSense
|
|
"C_Cpp.intelliSenseCachePath": "{{OUTPUTDIR}}/.vscode",
|
|
"C_Cpp.default.compileCommands": "{{OUTPUTDIR}}/compile_commands.json",
|
|
"C_Cpp.default.cppStandard": "c++17",
|
|
"C_Cpp.default.compilerPath": "{{COMPILER}}",
|