Skip to content

Commit 58efc20

Browse files
committed
bump
1 parent 262001e commit 58efc20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"typescript.updateImportsOnFileMove.enabled": "always",
1414
"[typescript]": {
1515
"editor.codeActionsOnSave": {
16-
"source.organizeImports": true
16+
"source.organizeImports": "explicit"
1717
}
1818
},
1919
"[typescriptreact]": {
2020
"editor.codeActionsOnSave": {
21-
"source.organizeImports": true
21+
"source.organizeImports": "explicit"
2222
}
2323
},
2424
"[typescript][typescriptreact]": {

0 commit comments

Comments
 (0)