mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
@ -12,7 +12,7 @@ support should work:
|
||||
- Rider
|
||||
- RubyMine
|
||||
- WebStorm
|
||||
- Web IDEs (code-server, JupyterLab, Jetbrains Projector)
|
||||
- Web IDEs (code-server, JupyterLab, JetBrains Projector)
|
||||
- Note: These are [configured in the template](./ides/configuring-web-ides.md)
|
||||
|
||||
## SSH configuration
|
||||
@ -74,6 +74,6 @@ Connection and connect to your Coder workspace.](./ides/configuring-gateway.md)
|
||||
| 2022.1.4 | Working | Windows clients are unable to connect to Linux workspace |
|
||||
| 2022.2 RC | Working | Version >= 222.3345.108 |
|
||||
|
||||
## Web IDEs (Jupyter, code-server, Jetbrains Projector)
|
||||
## Web IDEs (Jupyter, code-server, JetBrains Projector)
|
||||
|
||||
Web IDEs (code-server, JetBrains Projector, VNC, etc.) are defined in the template. See [configuring IDEs](./ides/configuring-web-ides.md).
|
||||
|
@ -62,7 +62,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 manager like supervisord
|
||||
# or use a process 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.
|
||||
|
Reference in New Issue
Block a user