Skip to content

Commit

Permalink
chore: Update settings for code actions on save for vscode v1.85.0. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Jan 26, 2024
1 parent 435fb7d commit c8ec825
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Expand Up @@ -7,8 +7,8 @@
},
"[python]": {
"editor.codeActionsOnSave": {
"source.fixAll.ruff": true,
"source.organizeImports.ruff": true
"source.fixAll.ruff": "explicit",
"source.organizeImports.ruff": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true
Expand Down Expand Up @@ -55,7 +55,7 @@
"viewcode"
],
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.formatOnSave": true,
"editor.rulers": [
Expand Down
6 changes: 3 additions & 3 deletions template/.vscode/settings.json
Expand Up @@ -7,8 +7,8 @@
},
"[python]": {
"editor.codeActionsOnSave": {
"source.fixAll.ruff": true,
"source.organizeImports.ruff": true
"source.fixAll.ruff": "explicit",
"source.organizeImports.ruff": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true
Expand Down Expand Up @@ -55,7 +55,7 @@
"viewcode"
],
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.formatOnSave": true,
"editor.rulers": [
Expand Down

0 comments on commit c8ec825

Please sign in to comment.