vscode: Also add C_Cpp.autocompleteAddParentheses to the other workspaces

This commit is contained in:
Sergio Martins
2021-04-20 23:03:36 +01:00
parent 4449785e2c
commit 4671848428
2 changed files with 4 additions and 2 deletions

View File

@@ -8,7 +8,8 @@
"C_Cpp.default.compileCommands": "${workspaceFolder}/build-dev-qtquick/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",