Skip to content

Commit

Permalink
chore: fix vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yamap55 committed Mar 16, 2024
1 parent d14547b commit 0ce8fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"vsintellicode.modify.editor.suggestSelection": "enabled",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": false,
"source.fixAll": true
"source.organizeImports": "never",
"source.fixAll": "explicit"
},
"[python]": {
"editor.tabSize": 4,
Expand Down

0 comments on commit 0ce8fba

Please sign in to comment.