Skip to content

Commit f5623d4

Browse files
authored
Merge branch 'main' into externaldimensions
2 parents 0617759 + 646d5fe commit f5623d4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"editor.codeActionsOnSave": {
3-
"source.fixAll": "explicit"
3+
"source.fixAll": "explicit",
4+
"source.removeUnusedImports": "explicit",
5+
// prevent removal of unreachable code
6+
"source.fixAll.ts": "never"
47
},
58
"editor.defaultFormatter": "oxc.oxc-vscode",
69
"editor.formatOnSave": true,

0 commit comments

Comments
 (0)