More work on making intellisense work
This commit is contained in:
@@ -41,10 +41,11 @@
|
||||
"C_Cpp.intelliSenseEngine": "disabled",
|
||||
"clangd.path": "/usr/bin/clangd-15",
|
||||
"clangd.arguments": [
|
||||
"--query-driver=/usr/bin/g++",
|
||||
"--compile-commands-dir=[INTEGRATION]/.vscode",
|
||||
"--header-insertion=never"
|
||||
],
|
||||
"C_Cpp.autocomplete": "Disabled"
|
||||
"C_Cpp.autocomplete": "disabled"
|
||||
},
|
||||
"extensions": {
|
||||
"recommendations": [
|
||||
|
||||
Reference in New Issue
Block a user