Description
Hi. I have started using VSCode Server today and I should say its really awesome. One thing I feel is missing is that, the code-server
cli could offer users an ability to run code-server
as a daemon/background process in the host machine and also auto start on reboot rather than users figuring out how to do it themselves.
This will create a workflow where you just boot the system, open the browser and start coding
Also, I don't see any information on validity of the tunnel in the docs. If a server is started and tunnel is created, is it valid forever till we stop the server? Also, I don't see any docs on whether this would be charged separately when out of preview or is it meant to be free forever?
And, when I want to open up VSCode windows locally, I typically do code .
against a folder but when doing that in the browser, the desktop version of VSCode opens up. Is it possible to open browser based VSCode when doing code .
or can there be alternative command to just trigger open new VSCode tabs in the browser opening the respective workspace?
In future, it would be great if there was a developer dashboard where I can start/stop/manage VSCode servers against different instances and open VSCode windows directly from there.
Thanks a lot again for making VSCode awesome. I will drop more feedback as I use VSCode server more.