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:
Daniel Lockyer 2023-06-02 15:41:35 +02:00
parent bc23285c55
commit 07d8924d7b
No known key found for this signature in database

View File

@ -1,4 +1,7 @@
{
"editor.quickSuggestions": {
"strings": true
},
"eslint.workingDirectories": [
{
"pattern": "./ghost/*/"