You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download, install, and setup specific version of Deno in your Dev Container.
5
+
6
+
## Example Usage
7
+
8
+
```json
9
+
"features": {
10
+
"ghcr.io/alertbox/denoland/deno:1": {}
11
+
}
12
+
```
13
+
14
+
## Options
15
+
16
+
| Options Id | Description | Type | Default Value |
17
+
|-----|-----|-----|-----|
18
+
| version | Select or enter a version. | string | latest |
19
+
| packages | Optional list of Node.js-compatible packages to install system-wide. | string | - |
20
+
21
+
## Customizations
22
+
23
+
### VS Code Extensions
24
+
25
+
-`denoland.vscode-deno`
26
+
27
+
28
+
29
+
---
30
+
31
+
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/alertbox/feature-setup-deno/blob/main/src/deno/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
0 commit comments