1
0
Fork 0

feat: add vscode workspace with subdir roots

This commit is contained in:
Sean Sube 2023-01-05 13:45:26 -06:00
parent cd36172a3c
commit 4088bf4025
2 changed files with 25 additions and 0 deletions

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

@ -0,0 +1,3 @@
{
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools"
}

22
onnx-web.code-workspace Normal file
View File

@ -0,0 +1,22 @@
{
"folders": [
{
"name": "root",
"path": "."
},
{
"path": "api"
},
{
"path": "gui"
}
],
"settings": {
"cSpell.words": [
"ddim",
"ddpm",
"Onnx",
"pndm"
]
}
}