Deno Dev Container Feature 🦕 Installs Deno Usage // devcontainer.json { "features": { "ghcr.io/devcontainers-community/features/deno": {} } } ❓ Don't know what this ☝ means? Check out this VS Code blog post. Options version: Specify a specific Deno version to install. Must be a full version specifier like 30.0.0 or latest. Default is latest.