Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: update README.md#12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
DanielleMaywood merged 2 commits intomainfromdm-readme
Apr 29, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 2 additions & 27 deletionsREADME.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,33 +4,8 @@ This repository contains a collection of [dev container Features](https://contai

## Available Features

### `code-server`

The `code-server` feature installs [code-server](https://github.com/coder/code-server), which allows you to run VS Code in the browser.

```jsonc
{
"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": ""
}
}
}
```

#### Options

| 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 |
- [code-server](./src/code-server/README.md) - VS Code in the browser

## Contributing

For information about contributing to this repository, including how to publish features, please see [CONTRIBUTING.md](./CONTRIBUTING.md).
For information about contributing to this repository, including how to publish features, please see [CONTRIBUTING.md](./CONTRIBUTING.md).
2 changes: 1 addition & 1 deletionsrc/code-server/README.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@

# code-server (code-server)

VS Code in the browser
VS Code in the browser ([code-server](https://github.com/coder/code-server))

## Example Usage

Expand Down
2 changes: 1 addition & 1 deletionsrc/code-server/devcontainer-feature.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,7 @@
"name": "code-server",
"id": "code-server",
"version": "1.0.0",
"description": "VS Code in the browser",
"description": "VS Code in the browser ([code-server](https://github.com/coder/code-server))",
"options": {
"absProxyBasePath": {
"type": "string",
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp