|
@@ -13,7 +13,7 @@
|
|
"editor.minimap.maxColumn": 300,
|
|
"editor.minimap.maxColumn": 300,
|
|
"editor.minimap.showSlider": "always",
|
|
"editor.minimap.showSlider": "always",
|
|
"editor.cursorBlinking": "phase",
|
|
"editor.cursorBlinking": "phase",
|
|
- "editor.cursorSmoothCaretAnimation": true,
|
|
|
|
|
|
+ "editor.cursorSmoothCaretAnimation": "on",
|
|
"editor.detectIndentation": false,
|
|
"editor.detectIndentation": false,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"diffEditor.ignoreTrimWhitespace": false,
|
|
"diffEditor.ignoreTrimWhitespace": false,
|
|
@@ -168,12 +168,12 @@
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"editor.codeActionsOnSave": {
|
|
- "source.fixAll.eslint": true
|
|
|
|
|
|
+ "source.fixAll.eslint": "explicit"
|
|
},
|
|
},
|
|
"[vue]": {
|
|
"[vue]": {
|
|
"editor.codeActionsOnSave": {
|
|
"editor.codeActionsOnSave": {
|
|
- "source.fixAll.eslint": false,
|
|
|
|
- "source.fixAll.stylelint": true
|
|
|
|
|
|
+ "source.fixAll.eslint": "never",
|
|
|
|
+ "source.fixAll.stylelint": "explicit"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"i18n-ally.localesPaths": ["src/locales/lang"],
|
|
"i18n-ally.localesPaths": ["src/locales/lang"],
|