mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
Enabled quicker autocomplete in VS Code
refs https://www.notion.so/ghost/Tailwind-setup-ccf5de35d2534c8bae1f1d7b6024f165?pvs=4#a8c31a447ad242c6b560ff2b47c913b9 - this is needed so autocomplete works faster in the editor
This commit is contained in:
parent
bc23285c55
commit
07d8924d7b
1 changed files with 3 additions and 0 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"editor.quickSuggestions": {
|
||||
"strings": true
|
||||
},
|
||||
"eslint.workingDirectories": [
|
||||
{
|
||||
"pattern": "./ghost/*/"
|
||||
|
|
Loading…
Reference in a new issue