Include .vscode settings

This commit is contained in:
stefiosif
2024-08-03 13:54:29 +03:00
parent 467edb4019
commit 6044d20c60
3 changed files with 32 additions and 1 deletions

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

@@ -0,0 +1,12 @@
{
"files.associations": {
"algorithm": "cc",
"map": "cc",
"unordered_set": "cc",
"ostream": "cc"
},
"clangd.arguments": [
"--compile-commands-dir=${workspaceFolder}/build"
],
"clangd.onConfigChanged": "restart"
}