Skip to content

Commit

Permalink
Merge pull request #343 from yamap55/chore/fix_vscode_settings
Browse files Browse the repository at this point in the history
chore: fix vscode settings
  • Loading branch information
yamap55 committed Mar 16, 2024
2 parents 20aea87 + 0ce8fba commit 5923527
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 @@ -37,8 +37,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 5923527

Please sign in to comment.