Fix ide support
This commit is contained in:
parent
1a3afe4dd0
commit
e01400058d
14 changed files with 50 additions and 20 deletions
21
declared.code-workspace
Normal file
21
declared.code-workspace
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "Root",
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"name": "Frontend",
|
||||
"path": "./frontend"
|
||||
},
|
||||
{
|
||||
"name": "Backend",
|
||||
"path": "./backend"
|
||||
},
|
||||
{
|
||||
"name": "Shared",
|
||||
"path": "./shared"
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue