From 93b288f506bc5ac706102c8cfb9979f901595555 Mon Sep 17 00:00:00 2001 From: komima <58747243+komima@users.noreply.github.com> Date: Tue, 21 May 2024 11:04:50 +0300 Subject: [PATCH] chore: update deprecated vscode config options --- qgis-plugin-dev-tools.code-workspace | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qgis-plugin-dev-tools.code-workspace b/qgis-plugin-dev-tools.code-workspace index 0ee99b2..a3c1bb1 100644 --- a/qgis-plugin-dev-tools.code-workspace +++ b/qgis-plugin-dev-tools.code-workspace @@ -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", },