mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-26 19:31:00 +02:00
feat: add codespace definition
This commit is contained in:
parent
e49c40dbd3
commit
fe7f6f0cb4
13
devcontainer.json
Normal file
13
devcontainer.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"name": "Go Development Environment",
|
||||||
|
"image": "mcr.microsoft.com/vscode/devcontainers/go:1",
|
||||||
|
"features": {
|
||||||
|
"ghcr.io/devcontainers/features/go:1": {}
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"terminal.integrated.shell.linux": "/bin/bash"
|
||||||
|
},
|
||||||
|
"extensions": [
|
||||||
|
"golang.go"
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user