Skip to content

Commit

Permalink
chore: update deprecated vscode config options
Browse files Browse the repository at this point in the history
  • Loading branch information
komima committed May 21, 2024
1 parent 9ed6c51 commit 93b288f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qgis-plugin-dev-tools.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports.ruff": true,
"source.fixAll": true
"source.organizeImports.ruff": "explicit",
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "ms-python.black-formatter",
},
Expand Down

0 comments on commit 93b288f

Please sign in to comment.