Download, install, and setup specific version of Deno in your Dev Container.
You can also add this feature to your devcontainer.json
file.
"features": {
"ghcr.io/alertbox/denoland/deno:1": {}
}
You can also install packages globally, using the packages
option. Typically this is used for installing CLI tools and the like.
"features": {
"ghcr:io/alertbox/denoland/deno:1": {
"packages": "jsr:@std/http/file-server"
}
}
You don't need to use the feature node in most cases.
See src/deno folder to learn more about options.
The official repo to contribute would be @denoland/deno.
Have a suggestion or a bug fix? Just open a pull request or an issue. Include clear and simple instructions possible.
Copyright (c) The Alertbox, Inc. (@alertbox). All rights reserved.
The source code is license under the MIT license.