🐞 VSCode formatting broke code by removing all unused

This commit is contained in:
Philipp Dormann 2020-12-04 17:05:13 +01:00
parent 92bafb0cf4
commit 5e0fcf1f4a
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"editor.defaultFormatter": "vscode.typescript-language-features", "editor.defaultFormatter": "vscode.typescript-language-features",
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.organizeImports": true, "source.organizeImports": true,
"source.fixAll": true // "source.fixAll": true
} }
}, },
"javascript.preferences.quoteStyle": "single", "javascript.preferences.quoteStyle": "single",