Skip to content

Commit

Permalink
add deno vs code extension to alpine deno feature
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Jan 9, 2024
1 parent 6bf354b commit 66e618b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/alpine-deno/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-deno",
"id": "alpine-deno",
"version": "0.0.4",
"version": "0.0.5",
"description": "Installs deno on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-deno",
"installsAfter": [
Expand All @@ -13,5 +13,12 @@
"default": true,
"description": "Init zsh"
}
},
"customizations": {
"vscode": {
"extensions": [
"denoland.vscode-deno"
]
}
}
}

0 comments on commit 66e618b

Please sign in to comment.