don't use workspaces

because https://github.com/microsoft/vscode/issues/108427
This commit is contained in:
2020-10-12 12:59:19 +03:00
committed by Stepan Usatiuk
parent 60b0ce70bd
commit ede7976d56
2 changed files with 4 additions and 14 deletions

View File

@@ -2,7 +2,8 @@
"cSpell.words": [ "cSpell.words": [
"typeorm" "typeorm"
], ],
"files.exclude": { "eslint.workingDirectories": [
"frontend": true ".",
} "./frontend"
]
} }

View File

@@ -1,11 +0,0 @@
{
"folders": [
{
"path": "."
},
{
"path": "frontend"
}
],
"settings": {}
}