mirror of
https://github.com/dancojocaru2000/foxbank.git
synced 2025-02-22 17:09:35 +02:00
Add root directory to VS Code workspace
This commit is contained in:
parent
2728bce318
commit
78c30e28d4
2 changed files with 9 additions and 0 deletions
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"files.exclude": {
|
||||
"client": true,
|
||||
"server": true
|
||||
}
|
||||
}
|
|
@ -5,6 +5,9 @@
|
|||
},
|
||||
{
|
||||
"path": "server"
|
||||
},
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
|
|
Loading…
Add table
Reference in a new issue