adding vscode workspace files to project

This commit is contained in:
pushfs
2023-09-01 18:39:00 +02:00
parent 12865ae3dc
commit 59cb5efd31
3 changed files with 27 additions and 0 deletions

12
sif.code-workspace Normal file
View File

@@ -0,0 +1,12 @@
{
"folders": [
{
"path": "."
},
{
"name": "sif-runtime",
"path": "../sif-runtime"
}
],
"settings": {}
}