Closed
Description
This request originates from a community post, where I described my use case foreseeing the possibility to launch a purposely installed version of code
within a VNC desktop as in the screenshot below.
The point is that to this end I had to shadow in the PATH
the version of code
installed by the Gitpod layer. The latter causes headaches when the VS Code UI is selected in Gitpod: for example, gp open <filename>
clearly no longer works.
@akosyakov suggested that this could be solved by preventing gp
from relying on PATH
to look up code
.