I’m running github.com/davidmoten/DeliberateQ (a Java Maven project with a swing gui started by running class MainFrame). .gitpod.yml looks like this:
image: gitpod/workspace-full-vnc
ports:
- port: 6080
onOpen: open-preview
I can run MainFrame and the Java Process Console indicates it is running but no Virtual Desktop Preview has been opened. Where does it appear? Another tab in Chrome? Do I need the gitpod extension installed in Chrome for this to work?