8000 add docs for web IDEs (code-server, JetBrains Projector, VNC) by bpmct · Pull Request #2448 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

add docs for web IDEs (code-server, JetBrains Projector, VNC) #2448

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 6 commits into from
Jun 19, 2022
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
Prev Previous commit
fix typo
  • Loading branch information
bpmct committed Jun 19, 2022
commit b6d52b9f125d1abfaae1a37f25bd0617bef4b693
2 changes: 1 addition & 1 deletion docs/ides/configuring-web-ides.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN curl -fsSL https://code-server.dev/install.sh | sh -s -- --version=4.3.0
RUN code-server --install-extension eamodio.gitlens

# directly start code-server with the agent's startup_script (see above),
# or use a proccess manage like supervisord
# or use a proccess manager like supervisord
```

You'll also need to specify a `coder_app` resource related to the agent. This is how code-server is displayed on the workspace page.
Expand Down
0