We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c7450 commit 60cb274Copy full SHA for 60cb274
1 file changed
.vscode/settings.json
@@ -1,8 +1,8 @@
1
{
2
"editor.formatOnSave": true,
3
"editor.codeActionsOnSave": {
4
- "source.organizeImports": true,
5
- "source.fixAll": true
+ "source.organizeImports": "explicit",
+ "source.fixAll": "explicit"
6
},
7
"[python]": {
8
"editor.defaultFormatter": "charliermarsh.ruff"
0 commit comments