refining inittial settings

This commit is contained in:
matthias wagner
2023-05-13 11:42:43 +02:00
parent 741f1e56a6
commit e5ad290ac4
8 changed files with 30 additions and 9 deletions

View File

@@ -17,5 +17,6 @@
}
},
"cmake.buildBeforeRun": true,
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
"C_Cpp.errorSquiggles": "disabled"
}