From 791211f7872b3b4de922db511aee8f29ecffb5d9 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Sun, 1 Aug 2021 19:23:54 -0800 Subject: [PATCH] set locales folder --- .vscode/settings.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b230ec29274f..6a7b9ba500f0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,12 +9,18 @@ "python.testing.autoTestDiscoverOnSaveEnabled": false, "python.testing.pytestArgs": ["tests"], "cSpell.enableFiletypes": ["!javascript", "!python", "!yaml"], - "i18n-ally.localesPaths": "frontend/src/locales/messages", + "i18n-ally.localesPaths": "frontend/lang/messages", "i18n-ally.sourceLanguage": "en-US", "i18n-ally.enabledFrameworks": ["vue"], "i18n-ally.keystyle": "nested", "cSpell.words": ["compression", "hkotel", "performant", "postgres", "webp"], "search.mode": "reuseEditor", "python.linting.flake8Enabled": true, - "conventionalCommits.scopes": ["frontend"] + "conventionalCommits.scopes": ["frontend"], + "editor.formatOnSave": true, + "eslint.workingDirectories": ["./frontend"], + "editor.codeActionsOnSave": { + "source.fixAll.eslint": true + }, + "vetur.validation.template": false }