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:
Sergio Martins
2023-02-01 17:16:34 +00:00
parent e7bc93a69f
commit c39486ce84
3 changed files with 0 additions and 9 deletions

View File

@@ -5,11 +5,8 @@
}
],
"settings": {
"C_Cpp.default.compileCommands": "${workspaceFolder}/build-dev6/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": {