update vscode settings

This commit is contained in:
2024-10-23 16:50:19 -05:00
parent 3e51737881
commit afebfe75b1
+2 -2
View File
@@ -2,7 +2,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
}
}