mirror of
https://github.com/TryGhost/Ghost.git
synced 2023-12-13 21:00:40 +01:00
Added apps/
to vscode working directories
- this maintains support for all the code folders in the vscode settings.json file, so they load the eslint files correctly
This commit is contained in:
parent
f3894d5898
commit
14f614d0c1
1 changed files with 3 additions and 0 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -3,6 +3,9 @@
|
|||
"strings": true
|
||||
},
|
||||
"eslint.workingDirectories": [
|
||||
{
|
||||
"pattern": "./apps/*/"
|
||||
},
|
||||
{
|
||||
"pattern": "./ghost/*/"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue