🦕 Installs Deno
// devcontainer.json
{
"features": {
"ghcr.io/devcontainers-community/features/deno": {}
}
}
❓ Don't know what this ☝ means? Check out this VS Code blog post.
version
: Specify a specific Deno version to install. Must be a full version specifier like30.0.0
orlatest
. Default islatest
.