We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0617759 + 646d5fe commit f5623d4Copy full SHA for f5623d4
1 file changed
.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