lapce/.devcontainer/devcontainer.json

11 lines
176 B
JSON
Raw Normal View History

2024-10-16 18:08:41 +00:00
{
"image": "ghcr.io/lapce/lapdev-devcontainer-lapce",
"forwardPorts": [6080],
2024-10-22 19:48:49 +00:00
"portsAttributes": {
"6080": {
"label": "VNC",
}
}
2024-10-16 18:08:41 +00:00
}