added windicss settings for VSCode

ref #108
This commit is contained in:
2021-03-25 18:57:33 +01:00
parent aec5e3473e
commit 008027db0e
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
{
"i18n-ally.localesPaths": "src/locales",
"i18n-ally.keystyle": "nested"
"i18n-ally.keystyle": "nested",
"windicss.enableCodeFolding": false,
}