Open
Description
Currently the openvscode-server serves request via http. Its implications are that some extensions like git-graph
, jupyter
, markdown-enhanced-preview
, vim
(clipboard copy/paste) don't work. I appreciate the gitpod's team concern to make minimal changes to the VSCode src so it'll be great if we can instead provide some high level guidelines on how to run openvscode with https behind some proxy (like nginx, caddy, etc). We essentially want to enable web-sockets in the reverse proxy configuration.
Filing this FR based on this discussion