include .vscode

This commit is contained in:
Will H
2024-03-12 16:53:35 -04:00
parent 3bf2307e86
commit 838f2cf76c
3 changed files with 34 additions and 3 deletions

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

@@ -0,0 +1,6 @@
{
"files.associations": {
"xstring": "cpp"
},
"cmake.buildDirectory": "${workspaceFolder}/_build"
}