generated fromdevcontainers/feature-starter
- Notifications
You must be signed in to change notification settings - Fork1
License
NotificationsYou must be signed in to change notification settings
coder/devcontainer-features
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository contains a collection ofdev container Features that can be used to enhance your development environment. The features follow thedev container Feature distribution specification and are hosted for free on GitHub Container Registry.
Thecode-server
feature installscode-server, which allows you to run VS Code in the browser.
{"image":"mcr.microsoft.com/devcontainers/base:ubuntu","features": {"ghcr.io/coder/devcontainer-features/code-server:1": {"host":"127.0.0.1","port":"8080","args":"","extensions":"" } }}
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 seeCONTRIBUTING.md.
About
No description, website, or topics provided.
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.