This repository contains a collection of dev container Features that can be used to enhance your development environment. The features follow the dev container Feature distribution specification and are hosted for free on GitHub Container Registry.
The code-server
feature installs code-server, which allows you to run VS Code in the browser.
Option | Type | Default | Description |
---|---|---|---|
host |
string | 127.0.0.1 |
The address to bind to when starting code-server |
port |
string | 8080 |
The port to bind to when starting code-server |
args |
string | "" |
Additional arguments to pass to code-server |
extensions |
string | "" |
Comma-separated list of VS Code extensions to install |
For information about contributing to this repository, including how to publish features, please see CONTRIBUTING.md.