diff --git a/web/.vscode/settings.json b/web/.vscode/settings.json index e85bda74..f11c3555 100644 --- a/web/.vscode/settings.json +++ b/web/.vscode/settings.json @@ -5,5 +5,8 @@ }, "i18n-ally.localesPaths": [ "src/locales" - ] + ], + "files.associations": { + "*.less": "postcss" + } }