update soon to be deprecated values

This commit is contained in:
FuzzyGrim
2024-02-22 11:10:36 +01:00
parent 37fa44a3de
commit eaea8ab780

View File

@@ -13,8 +13,8 @@
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff"
},