diff --git a/src/ruff/devcontainer-feature.json b/src/ruff/devcontainer-feature.json index 31502280e..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.", @@ -14,6 +14,13 @@ "type": "string" } }, + "customizations": { + "vscode": { + "extensions": [ + "charliermarsh.ruff" + ] + } + }, "installsAfter": [ "ghcr.io/devcontainers-extra/features/pipx-package", "ghcr.io/devcontainers/features/python"