mirror of
https://github.com/kerberos-io/onvif.git
synced 2026-08-23 15:08:33 +00:00
15 lines
375 B
JSON
15 lines
375 B
JSON
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
|
// README at: https://github.com/devcontainers/templates/tree/main/src/python
|
|
{
|
|
"name": "go:1.24.2-bookworm",
|
|
"dockerFile": "Dockerfile",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"GitHub.copilot",
|
|
"golang.go",
|
|
"GitHub.vscode-pull-request-github"
|
|
]
|
|
}
|
|
}
|
|
} |