mirror of
https://github.com/kuboon/daily-nav.git
synced 2026-07-22 06:57:03 +00:00
17 lines
320 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
}
|