Simplified Guide: Use VsCode Server in Your Browser
Jul 4, 2024 · 1 min read · VSCode has always been our favourite code editor, but I recently got the task of getting a web version of it in a React application. Well, after googling a few things, I found this way. Setting up using docker docker run -d \ --name=code-server \ ...
Join discussion