File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "typescript.tsdk" : " ./ node_modules/typescript/lib" ,
2
+ "typescript.tsdk" : " node_modules/typescript/lib" ,
3
3
"npm.packageManager" : " pnpm" ,
4
4
"editor.tabSize" : 2 ,
5
5
"prettier.printWidth" : 100 , // 超过最大值换行
86
86
"source.fixAll.eslint" : true
87
87
},
88
88
"[vue]" : {
89
- "editor.codeActionsOnSave" : {
90
- "source.fixAll.eslint" : true ,
91
- "source.fixAll.stylelint" : true
92
- }
89
+ "editor.defaultFormatter" : " rvest.vs-code-prettier-eslint"
93
90
},
94
91
"i18n-ally.localesPaths" : [" src/locales" ],
95
92
"i18n-ally.keystyle" : " nested" ,
96
93
"i18n-ally.sortKeys" : true ,
97
- "i18n-ally.namespace" : true ,
94
+ "i18n-ally.namespace" : false ,
98
95
"i18n-ally.enabledParsers" : [" ts" ],
99
96
"i18n-ally.sourceLanguage" : " en" ,
100
97
"i18n-ally.displayLanguage" : " zh-CN" ,
You can’t perform that action at this time.
0 commit comments