07d8924d7b
refs https://www.notion.so/ghost/Tailwind-setup-ccf5de35d2534c8bae1f1d7b6024f165?pvs=4#a8c31a447ad242c6b560ff2b47c913b9 - this is needed so autocomplete works faster in the editor
20 lines
380 B
JSON
20 lines
380 B
JSON
{
|
|
"editor.quickSuggestions": {
|
|
"strings": true
|
|
},
|
|
"eslint.workingDirectories": [
|
|
{
|
|
"pattern": "./ghost/*/"
|
|
}
|
|
],
|
|
"search.exclude": {
|
|
"**/*.js.snap": true,
|
|
"**/.git": true,
|
|
"**/build/*": true,
|
|
"**/coverage/**": true,
|
|
"**/dist/**": true,
|
|
"**/ghost.map": true,
|
|
"**/node_modules": true,
|
|
"ghost/core/core/built/**": true
|
|
}
|
|
} |