1159cl/.devcontainer.json
Mario1159 ae85267321
All checks were successful
Release / test (push) Successful in 41s
Release / push-docker-image (push) Successful in 53s
Update devcontainer.json
2023-05-23 21:05:11 -04:00

13 lines
250 B
JSON

{
"dockerComposeFile": "compose-dev.yaml",
"service": "app",
"workspaceFolder": "/app",
"customizations": {
"vscode": {
"extensions": [
"denoland.vscode-deno",
"ronnidc.nunjucks"
]
}
}
}