I want to run Visual Studio Code using only a browser, so I'm going to use Theia, a VSCode-like software, to build an environment where I can code and terminal in a browser.

I use multiple PCs and have Visual Studio Code (VSCode) installed on each PC. I often think that if VSCode could be used on a browser, it would be easier to use the same environment anytime without the need for setup. GitHub Codespaces is exactly such a service, but it is still in beta, so I wanted…