vscode: Remove ms C++ extension settings
I'm on clangd instead. I could leave them there, but no idea if they are correct. Once we have a developer using the MS extension then he's free to maintain the options.
This commit is contained in:
@@ -5,11 +5,8 @@
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"C_Cpp.default.compileCommands": "${workspaceFolder}/build-dev/compile_commands.json",
|
||||
"C_Cpp.default.cStandard": "c17",
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"editor.formatOnType": true,
|
||||
"C_Cpp.autocompleteAddParentheses": true,
|
||||
"cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json"
|
||||
},
|
||||
"launch": {
|
||||
|
||||
Reference in New Issue
Block a user