Skip to content

Commit 37386ec

Browse files
github-actions[bot]github-actions
andauthored
docs: recreate feature README.md (#3)
this changeset is auto-generated via github workflow. Co-authored-by: github-actions <github-actions@github.com>
1 parent bf32676 commit 37386ec

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

src/deno/README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
# Setup Deno (deno)
3+
4+
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

Comments
 (0)