Reconfigure VsCode to not remove dead code

I have no idea why this is even a thing.  Removing dead code on save is
stupid.
This commit is contained in:
Hornwitser 2025-03-14 17:51:07 +01:00
parent d0ee6a40eb
commit 3cdfceb037

View file

@ -6,7 +6,7 @@
"package.json": "package-lock.json, bun.lockb, pnpm*, .yarnrc*, yarn*, .eslint*, eslint*, .prettier*, prettier*"
},
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
"source.fixAll.eslint": "explicit"
},
"editor.detectIndentation": false,
"editor.insertSpaces": false,