8000 Adding a mention of code-server devcontainer feature by bartekgatzcoder · Pull Request #7342 · coder/code-server · GitHub
[go: up one dir, main page]

Skip to content

Adding a mention of code-server devcontainer feature #7342

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 6, 2025
Merged
Changes from 1 commit
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
Next Next commit
Adding a mention of code-server devcontainer feature
The change is in "getting started" section and lists using the devcontainer feature of code-server (a separate GH project) as a potential method of using code-server in one's projects.
  • Loading branch information
bartekgatzcoder authored May 6, 2025
commit 2d98f5e71687273a052e5fa00004b122dae9c07b
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on how to set up a Google VM on which you can install code-server.

## Getting started

There are four ways to get started:
There are five ways to get started:

1. Using the [install
script](https://github.com/coder/code-server/blob/main/install.sh), which
Expand All @@ -35,6 +35,7 @@ There are four ways to get started:
3. Deploy code-server to your team with [coder/coder](https://cdr.co/coder-github)
4. Using our one-click buttons and guides to [deploy code-server to a cloud
provider](https://github.com/coder/deploy-code-server) ⚡
5. Using [code-server feature for devcontainers](https://github.com/coder/devcontainer-features?tab=readme-ov-file#code-server), in case you already use devcontainers in your project.

If you use the install script, you can preview what occurs during the install
process:
Expand Down
0