Still trying to get intellisense to work

This commit is contained in:
2025-06-18 16:25:46 -04:00
parent be45f55222
commit 761344bbd5
11 changed files with 33 additions and 7 deletions

View File

@@ -39,8 +39,9 @@
},
"editor.acceptSuggestionOnEnter": "off",
"C_Cpp.intelliSenseEngine": "disabled",
"clangd.path": "/usr/bin/clangd-15",
"clangd.path": "/usr/bin/clangd-16",
"clangd.arguments": [
"--log=verbose",
"--query-driver=/usr/bin/g++",
"--compile-commands-dir=[INTEGRATION]/.vscode",
"--header-insertion=never"