Код: Выделить всё
> {
> "configurations": [
> {
> "name": "Linux",
> "includePath": ["${workspaceFolder}/**"],
> "defines": [],
> "compilerPath": "/usr/bin/gcc",
> "cStandard": "c11",
> "cppStandard": "c++17",
> "intelliSenseMode": "clang-x64"
> }
> ],
> "version": 4
> }
Код: Выделить всё
{
"configurations": [
{
"name": "Linux",
"includePath": ["${workspaceFolder}/**"],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}Подробнее здесь: https://stackoverflow.com/questions/796 ... rties-json