We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
source.removeUnusedImports
source.fixAll.ts
1 parent dd8eb88 commit 646d5feCopy full SHA for 646d5fe
.vscode/settings.json
@@ -1,6 +1,9 @@
1
{
2
"editor.codeActionsOnSave": {
3
- "source.fixAll": "explicit"
+ "source.fixAll": "explicit",
4
+ "source.removeUnusedImports": "explicit",
5
+ // prevent removal of unreachable code
6
+ "source.fixAll.ts": "never"
7
},
8
"editor.defaultFormatter": "oxc.oxc-vscode",
9
"editor.formatOnSave": true,
0 commit comments