You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some ports like 8088, we need to open a specific path (not just / or /index.html) like for example /vnc.html (or /ide.html for 8089). I believe we could fix this by supporting a path attribute in our port specification:
8088
, we need to open a specific path (not just/
or/index.html
) like for example/vnc.html
(or/ide.html
for8089
). I believe we could fix this by supporting apath
attribute in our port specification:(Or maybe we could somehow merge
preview
andpath
, e.g."preview": "/vnc.html"
?)"openPort": "8088"
:This attribute doesn't do anything yet, but maybe we could script Cloud9 to open the right preview when this Run configuration is triggered?
The text was updated successfully, but these errors were encountered: