lapce/.devcontainer/devcontainer.json

11 lines
176 B
JSON

{
"image": "ghcr.io/lapce/lapdev-devcontainer-lapce",
"forwardPorts": [6080],
"portsAttributes": {
"6080": {
"label": "VNC",
}
}
}