diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ee3f06219..f21983fb3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,18 +4,21 @@ "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/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": {}, + "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": {