|
@@ -108,7 +108,11 @@
|
|
|
"i18n-ally.sortKeys": true,
|
|
|
"i18n-ally.namespace": true,
|
|
|
"i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}",
|
|
|
- "i18n-ally.enabledParsers": ["json","ts","js"],
|
|
|
+ "i18n-ally.enabledParsers": [
|
|
|
+ "json",
|
|
|
+ "ts",
|
|
|
+ "js"
|
|
|
+ ],
|
|
|
"i18n-ally.sourceLanguage": "en",
|
|
|
"i18n-ally.displayLanguage": "zh-CN",
|
|
|
"i18n-ally.enabledFrameworks": [
|
|
@@ -182,5 +186,7 @@
|
|
|
".eslintrc.cjs": ".eslintignore,.prettierignore,.stylelintignore,.commitlintrc.*,.prettierrc.*,.stylelintrc.*"
|
|
|
},
|
|
|
"terminal.integrated.scrollback": 10000,
|
|
|
- "nuxt.isNuxtApp": false
|
|
|
-}
|
|
|
+ "nuxt.isNuxtApp": false,
|
|
|
+ "vscodeCustomCodeColor.highlightValue": "v-auth",
|
|
|
+ "vscodeCustomCodeColor.highlightValueColor": "#6366f1",
|
|
|
+}
|