update devcontainer config

This commit is contained in:
Dongdong Zhou 2024-10-22 20:48:49 +01:00
parent 915a8eb6c1
commit 2b4fb8eb2c
1 changed files with 5 additions and 0 deletions

View File

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