mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42:57 +08:00
33 lines
933 B
JSON
33 lines
933 B
JSON
{
|
|
"[stylus]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"githubPullRequests.ignoredPullRequestBranches": [
|
|
"dev"
|
|
],
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[html]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[css]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"i18n-ally.localesPaths": ["src\\renderer\\i18n\\locales"],
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.sortKeys": true,
|
|
"i18n-ally.namespace": true,
|
|
"i18n-ally.enabledParsers": ["json"],
|
|
"i18n-ally.sourceLanguage": "en",
|
|
"i18n-ally.displayLanguage": "zh-CN",
|
|
"i18n-ally.enabledFrameworks": ["vue"],
|
|
"i18n-ally.editor.preferEditor": true,
|
|
"typescript.tsdk": "node_modules\\typescript\\lib"
|
|
} |