Minor updates. (#2)

* added ignore for recommended extensions

* updated clang wrappers
This commit is contained in:
martin
2023-10-29 18:37:32 +01:00
committed by GitHub
parent d1dee1ca38
commit 0fec0edb19
2 changed files with 4 additions and 3 deletions

View File

@@ -6,5 +6,6 @@
"editor.formatOnSave": true
},
"C_Cpp.default.compileCommands": "${workspaceFolder}/src/build/compile_commands.json",
"cmake.configureOnOpen": true
"cmake.configureOnOpen": true,
"extensions.ignoreRecommendations": true
}