Skip to content

Commit

Permalink
feat: ✨ 添加工作区建议
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Aug 12, 2023
1 parent 562d79b commit e610504
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"recommendations": [
"vue.volar",
"vue.vscode-typescript-vue-plugin",
"bradlc.vscode-tailwindcss",
"syler.sass-indented",
"esbenp.prettier-vscode",
"lokalise.i18n-ally",
"dbaeumer.vscode-eslint"
]
}
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true
},
"eslint.validate": ["json", "javascript", "typescript", "typescriptreact", "javascriptreact"]
"eslint.validate": ["json", "javascript", "typescript", "typescriptreact", "javascriptreact"],
"i18n-ally.namespace": true,
"i18n-ally.pathMatcher": "{locale}/modules/{namespaces}.{ext}",
"i18n-ally.localesPaths": ["src/locales"],
"i18n-ally.enabledParsers": ["ts"],
"i18n-ally.displayLanguage": "zh-CN",
"i18n-ally.enabledFrameworks": ["vue"],
"i18n-ally.sourceLanguage": "zh-CN",
"i18n-ally.keystyle": "nested"
}

0 comments on commit e610504

Please sign in to comment.