From b95505d22ae62827181f289f62b33dfc440b7de2 Mon Sep 17 00:00:00 2001 From: GeoDerp <18461782+GeoDerp@users.noreply.github.com> Date: Thu, 28 Nov 2024 06:40:21 +0000 Subject: [PATCH] devcontainer add ruff as a extension --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 41c3b13e..4955f53a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -32,7 +32,7 @@ // Configure properties specific to VS Code. "vscode": { // Add the IDs of extensions you want installed when the container is created. - "extensions": ["ms-python.debugpy", "ms-python.python"] + "extensions": ["ms-python.debugpy", "ms-python.python","charliermarsh.ruff"] } },