Re-enable CppTools intellisense in codebase
This commit is contained in:
parent
0bfd1c80ce
commit
62514f350e
|
@ -3,13 +3,13 @@
|
||||||
{
|
{
|
||||||
"name": "Linux",
|
"name": "Linux",
|
||||||
"includePath": [
|
"includePath": [
|
||||||
"${workspaceFolder}/src"
|
"${workspaceFolder}/source"
|
||||||
],
|
],
|
||||||
"defines": [],
|
"defines": [],
|
||||||
"compilerPath": "/usr/bin/gcc",
|
"compilerPath": "/usr/bin/clang++",
|
||||||
"cStandard": "gnu17",
|
"cStandard": "gnu17",
|
||||||
"cppStandard": "gnu++20",
|
"cppStandard": "c++20",
|
||||||
"intelliSenseMode": "linux-gcc-x64"
|
"intelliSenseMode": "linux-clang-x64"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 4
|
"version": 4
|
||||||
|
|
|
@ -6,5 +6,6 @@
|
||||||
"string_view": "cpp"
|
"string_view": "cpp"
|
||||||
},
|
},
|
||||||
"editor.detectIndentation": false,
|
"editor.detectIndentation": false,
|
||||||
"editor.insertSpaces": false
|
"editor.insertSpaces": false,
|
||||||
|
"C_Cpp.errorSquiggles": "disabled",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue