Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 5aec900

Browse files
committed
remove toxic quick fix
1 parent 157622c commit 5aec900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"typescript.format.semicolons": "insert",
33
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
44
"editor.codeActionsOnSave": {
5-
"source.fixAll": true,
5+
// "source.fixAll": true,
66
"source.organizeImports": true
77
}
88
}

0 commit comments

Comments
 (0)