初始
This commit is contained in:
9
.vscode/extensions.json
vendored
Normal file
9
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"codeium.codeium",
|
||||
"esbenp.prettier-vscode",
|
||||
"lokalise.i18n-ally",
|
||||
"vue.volar",
|
||||
"gruntfuggly.todo-tree"
|
||||
]
|
||||
}
|
||||
41
.vscode/settings.json
vendored
Normal file
41
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"editor.tabSize": 2,
|
||||
"editor.indentSize": "tabSize",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnPaste": true,
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.guides.bracketPairs": "active",
|
||||
"html.format.maxPreserveNewLines": 120,
|
||||
"javascript.format.semicolons": "remove",
|
||||
"javascript.preferences.quoteStyle": "single",
|
||||
"typescript.format.semicolons": "remove",
|
||||
"typescript.preferences.quoteStyle": "single",
|
||||
"workbench.editor.wrapTabs": true,
|
||||
"prettier.printWidth": 120,
|
||||
"prettier.useTabs": false,
|
||||
"prettier.singleQuote": true,
|
||||
"prettier.semi": false,
|
||||
"path-intellisense.mappings": {
|
||||
"~": "${workspaceRoot}/lib"
|
||||
},
|
||||
"[json]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"[css]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"[vue]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"i18n-ally.enabledFrameworks": [
|
||||
"vue",
|
||||
"vue-sfc"
|
||||
],
|
||||
"i18n-ally.localesPaths": "lib/locale",
|
||||
"i18n-ally.enabledParsers": [
|
||||
"ts"
|
||||
],
|
||||
"i18n-ally.sourceLanguage": "en-US",
|
||||
"i18n-ally.displayLanguage": "zh-CN",
|
||||
"i18n-ally.keystyle": "nested",
|
||||
}
|
||||
Reference in New Issue
Block a user