kuboon_daily-nav/.devcontainer/devcontainer.json
Copilot ee701e1bf7
Add workflow to automatically create git tag on version bump (#2)
* fix devcontainer
* release workflow
* support pre tag
* deno -> main
2025-11-29 15:46:40 +09:00

17 lines
320 B
JSON

{
"name": "Debian",
"image": "mcr.microsoft.com/devcontainers/base",
"features": {
"ghcr.io/devcontainers-community/features/deno:1": {}
},
"customizations": {
"vscode": {
"extensions": [
"denoland.vscode-deno"
],
"settings": {
"deno.enable": true
}
}
}
}