We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1dfa7 commit 1ebf535Copy full SHA for 1ebf535
plugins/openvscode-drive
@@ -32,8 +32,8 @@ then
32
mkdir -p .cache
33
mount -B /tmp/.cache .cache
34
35
- Xvnc -SecurityTypes None -localhost -nolisten local ":$display" &
36
- novnc_proxy --vnc ":$((X11_PORT + display))" --listen $((VNC_PORT + display)) &
+ Xvnc -SecurityTypes None -localhost -nolisten local ":$display" 2>/dev/null &
+ novnc_proxy --vnc ":$((X11_PORT + display))" --listen $((VNC_PORT + display)) 2>/dev/null &
37
38
export DISPLAY=":$display"
39
fi
0 commit comments