From d8af8504bb3b128696fa27672b3e8058b9576ecc Mon Sep 17 00:00:00 2001 From: Benjamin Collet Date: Mon, 3 Mar 2025 10:35:52 +0000 Subject: [PATCH 1/2] Add VS Code extension to the Ruff feature --- src/ruff/devcontainer-feature.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/ruff/devcontainer-feature.json b/src/ruff/devcontainer-feature.json index 31502280e..07773b41e 100644 --- a/src/ruff/devcontainer-feature.json +++ b/src/ruff/devcontainer-feature.json @@ -14,6 +14,13 @@ "type": "string" } }, + "customizations": { + "vscode": { + "extensions": [ + "charliermarsh.ruff" + ] + } + }, "installsAfter": [ "ghcr.io/devcontainers-extra/features/pipx-package", "ghcr.io/devcontainers/features/python" From 1d38a86084f5ebe42bbea3f1cd8a36ddee8cfba5 Mon Sep 17 00:00:00 2001 From: Benjamin Collet Date: Mon, 3 Mar 2025 12:30:33 +0000 Subject: [PATCH 2/2] Version bump --- src/ruff/devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ruff/devcontainer-feature.json b/src/ruff/devcontainer-feature.json index 07773b41e..55739186c 100644 --- a/src/ruff/devcontainer-feature.json +++ b/src/ruff/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "ruff", - "version": "1.0.1", + "version": "1.1.0", "name": "Ruff (via pipx)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/ruff", "description": "Ruff is an extremely fast Python linter, written in Rust.",