Code-Server: run VScode anywhere on browser
Published on 2023-09-22
Run VS Code on any machine anywhere using Code Server Docker Compose File
Code Server is a VS Code extension that lets you run VS Code on any machine anywhere using Docker Compose. This means you can code on your Chromebook, tablet, and laptop with a consistent dev environment. You can also develop on a Linux machine and pick up from any device with a web browser.
To run VS Code on any machine anywhere using Code Server Docker Compose File, follow these steps:
Install Docker and Docker Compose in server, you can follow this link Create a docker-compose.yml file in the root of your project directory. Add the following code to your docker-compose.yml file:
Read More: Medium: Code-Server: run VScode anywhere on browser