From 9692e351fc34b87f68d5159301078f51c39b20d6 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Fri, 7 Aug 2026 10:25:57 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20bring=20back=20Python=20i?= =?UTF-8?q?mport=20organising=20in=20VS=20Code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/.vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/template/.vscode/settings.json b/template/.vscode/settings.json index 41a8a63..d43763c 100644 --- a/template/.vscode/settings.json +++ b/template/.vscode/settings.json @@ -21,7 +21,10 @@ "editor.defaultFormatter": "jolars.panache" }, "[python]": { - "editor.defaultFormatter": "charliermarsh.ruff" + "editor.defaultFormatter": "charliermarsh.ruff", + "editor.codeActionsOnSave": { + "source.organizeImports.ruff": "always", + } }, "python.defaultInterpreterPath": "${workspaceFolder}/.venv", "python.languageServer": "Pylance",