Skip to content

Commit 608d8ab

Browse files
never fix ts on save
1 parent 56a0825 commit 608d8ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.template.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
// user's settings.json so take precedence.
1010
"[typescript][typescriptreact][javascript][javascriptreact][json][jsonc][yaml][github-actions-workflow]": {
1111
"editor.defaultFormatter": "dprint.dprint",
12-
"editor.formatOnSave": true
12+
"editor.formatOnSave": true,
13+
"editor.codeActionsOnSave": {
14+
"source.fixAll.ts": "never"
15+
}
1316
},
1417

1518
// To ignore commits listed in .git-blame-ignore-revs in GitLens:

0 commit comments

Comments
 (0)