-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add dev container definition for developing VS Code #339
Comments
Desktop GUI vs Browser GUI, what is better? I vote for browser GUI like Eclipse, SAP dev tools, and Github Sattelite. It is faster, more secure, and requires zero IT knowledge from the user. The application's user will never install something on his desktop. It is also Microsoft's strategy today. The developer must eat the same hay. |
@Chuxel Have you explored also xpra html5 client https://xpra.org/trac/wiki/Clients/HTML5? |
@bhack, The additional Web browser-based UI has the test only if it is compatible with other compatible or potentially compatible solutions like VSCode, Eclipse Che, and SAP WeIDE. Otherwise, the solution will die from extension starvation. |
@bhack That's an interesting thought - I stuck with VNC given its ubiquity and that it is easy to have multiple clients connecting to a single desktop session. I actually found I got decent performance from VNC with a proper VNC client (not the Mac Screen Sharing app) which is exposed directly on 5901. noVNC also seems to provides a reasonable experience which is exposed on 6080. I'd have to see if I can easily get both up and running. I'll fork that off as a separate investigation issue. |
We would like to demonstrate the development of applications with a GUI component on Linux using VS Code as the example.
Current working draft is here: https://github.com/microsoft/vscode/tree/clantz/codespace
Goals:
Non-goals: Provide a full desktop environment (e.g. XFCE). The goal would be to provide a way to start up VS Code and use VNC (or the web via noVNC) to see the GUI in a minimal desktop environment.
The text was updated successfully, but these errors were encountered: