Include .vscode settings
This commit is contained in:
12
.vscode/settings.json
vendored
Normal file
12
.vscode/settings.json
vendored
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user