Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joundso/vscode-docker

Run a full customizable instance of Visual Studio Code in docker and access it through your browser
https://github.com/joundso/vscode-docker

code docker visual-studio-code vscode

Last synced: 3 days ago
JSON representation

Run a full customizable instance of Visual Studio Code in docker and access it through your browser

Awesome Lists containing this project

README

        

# Running vscode in the browser

## Pre-Requirements

- You need to have docker installed and running

## How to add extensions

- Add Python dependencies to `requirements.txt`
- Add Ubuntu dependencies to `Dockerfile`
- Install more VSCode extensions at `Dockerfile`

## How to add own settings to the environment

- Customize VSCode settings at `.vscode/settings.json`

## How to add different compiler

- Add Ubuntu dependencies to `Dockerfile`

## How to start the environment

1. Put your code in the `code` folder
2. Run the container with `docker-compose up -d`

## References

- The code of the Visual Stuio Code Server is from
- The structure and docker-adaptions is inspired by