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": [
"typeorm"
],
"files.exclude": {
"frontend": true
}
"eslint.workingDirectories": [
".",
"./frontend"
]
}