vscode: Also add C_Cpp.autocompleteAddParentheses to the other workspaces
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"C_Cpp.default.compileCommands": "${workspaceFolder}/build-dev-qtwidgets6/compile_commands.json",
|
||||
"C_Cpp.default.cStandard": "c17",
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"editor.formatOnType": true
|
||||
"editor.formatOnType": true,
|
||||
"C_Cpp.autocompleteAddParentheses": true
|
||||
},
|
||||
"launch": {
|
||||
"version": "0.2.0",
|
||||
|
||||
Reference in New Issue
Block a user