mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 23:37:48 +01:00
don't use workspaces
because https://github.com/microsoft/vscode/issues/108427
This commit is contained in:
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@@ -2,7 +2,8 @@
|
|||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
"typeorm"
|
"typeorm"
|
||||||
],
|
],
|
||||||
"files.exclude": {
|
"eslint.workingDirectories": [
|
||||||
"frontend": true
|
".",
|
||||||
}
|
"./frontend"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"folders": [
|
|
||||||
{
|
|
||||||
"path": "."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "frontend"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"settings": {}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user