From f48cfc75cdd8624781995f278088394613c680c7 Mon Sep 17 00:00:00 2001 From: Peter Solnica Date: Thu, 7 May 2026 10:32:33 +0000 Subject: [PATCH 1/2] chore(devcontainer): update features --- .devcontainer/devcontainer.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ee3f06219..801afd001 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,18 +4,20 @@ "service": "sentry-dev", "workspaceFolder": "/workspace/sentry", "features": { - "ghcr.io/devcontainers/features/github-cli": {}, - "ghcr.io/nils-geistmann/devcontainers-features/zsh": {}, - "ghcr.io/devcontainers/features/node:1": {}, - "ghcr.io/devcontainers-extra/features/npm-packages": {}, - "ghcr.io/devcontainers/features/copilot-cli:1": {}, - "ghcr.io/rocker-org/devcontainer-features/apt-packages": { + "ghcr.io/devcontainers/features/github-cli:latest": {}, + "ghcr.io/nils-geistmann/devcontainers-features/zsh:latest": {}, + "ghcr.io/devcontainers/features/node:latest": {}, + "ghcr.io/devcontainers-extra/features/npm-packages:latest": {}, + "ghcr.io/rocker-org/devcontainer-features/apt-packages:latest": { "packages": "inotify-tools" } }, "customizations": { "vscode": { - "extensions": ["sleistner.vscode-fileutils", "Shopify.ruby-lsp"], + "extensions": [ + "sleistner.vscode-fileutils", + "Shopify.ruby-lsp" + ], "editor.formatOnSaveMode": "modifications", "editor.formatOnSave": true, "rubyLsp.rubyVersionManager": { From b3b804a777be145060f10300f7309d70638d2a08 Mon Sep 17 00:00:00 2001 From: Peter Solnica Date: Thu, 7 May 2026 10:32:39 +0000 Subject: [PATCH 2/2] chore(devcontainer): add mise feature --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 801afd001..f21983fb3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,6 +5,7 @@ "workspaceFolder": "/workspace/sentry", "features": { "ghcr.io/devcontainers/features/github-cli:latest": {}, + "ghcr.io/devcontainers-extra/features/mise:latest": {}, "ghcr.io/nils-geistmann/devcontainers-features/zsh:latest": {}, "ghcr.io/devcontainers/features/node:latest": {}, "ghcr.io/devcontainers-extra/features/npm-packages:latest": {},