tutorial: workspace settings

This commit is contained in:
martin
2023-07-07 11:19:27 +02:00
parent 33a11f7d1f
commit e0543ecc12
3 changed files with 42 additions and 1 deletions

10
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"[c]": {
"editor.formatOnSave": true
},
"[cpp]": {
"editor.formatOnSave": true
},
"C_Cpp.default.compileCommands": "${workspaceFolder}/src/build/compile_commands.json",
"cmake.configureOnOpen": true
}