New VSCode suggested entry

This commit is contained in:
Serge Lamikhov-Center 2020-09-26 17:49:44 +03:00
parent 71b6b9ba0c
commit d155588188

View File

@ -9,7 +9,9 @@
"compilerPath": "/usr/bin/g++",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
"intelliSenseMode": "clang-x64",
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4