Split VS Code Workspace

This commit is contained in:
Phillip Kühne 2020-03-25 18:00:02 +01:00
parent 8780e6c595
commit c7fd25fae5

View File

@ -0,0 +1,10 @@
{
"folders": [
{
"path": "./frontend/ng-karaoqueue"
},
{
"path": "backend"
}
]
}