Skip to content

Commit ba97c5e

Browse files
jwpjrdevAndy-Python-Programmer
authored andcommitted
env: make VNC window easier to see
1 parent aafe640 commit ba97c5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitpod.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ image:
44
ports:
55
# vnc
66
- port: 6080
7-
onOpen: open-preview
7+
# open-preview is too small to reliably use, especially on smaller viewports
8+
onOpen: open-browser
9+
- port: 5900
10+
onOpen: ignore
811

912
tasks:
1013
- init: ./aero.py --test --no-run

0 commit comments

Comments
 (0)