|
@@ -0,0 +1,28 @@
|
|
|
+{
|
|
|
+ "i18n-ally.localesPaths": [
|
|
|
+ "src/lang"
|
|
|
+ ],
|
|
|
+ "i18n-ally.keystyle": "nested",
|
|
|
+ "i18n-ally.sortKeys": true,
|
|
|
+ "editor.tabSize": 2,
|
|
|
+ "i18n-ally.namespace": true,
|
|
|
+ "i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}",
|
|
|
+ "i18n-ally.enabledParsers": [
|
|
|
+ "ts"
|
|
|
+ ],
|
|
|
+ "i18n-ally.sourceLanguage": "en",
|
|
|
+ "i18n-ally.displayLanguage": "zh",
|
|
|
+ "i18n-ally.enabledFrameworks": [
|
|
|
+ "vue",
|
|
|
+ "react"
|
|
|
+ ],
|
|
|
+ "[vue]": {
|
|
|
+ // "editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
|
|
+ "editor.defaultFormatter": "Wscats.vue"
|
|
|
+ },
|
|
|
+ "[javascript]": {
|
|
|
+ // "editor.defaultFormatter": "HookyQR.beautify"
|
|
|
+ "editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
+ },
|
|
|
+ "editor.formatOnSave": true
|
|
|
+}
|