Skip to content

Commit beed6c7

Browse files
authored
chore: updated web ide screenshots to be current, and fix minor spelling errors. (#3153)
1 parent c8d7b38 commit beed6c7

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

docs/ides/configuring-web-ides.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,26 +106,28 @@ As a starting point, see the [desktop-container](https://github.com/bpmct/coder-
106106

107107
[JetBrains Projector](https://jetbrains.github.io/projector-client/mkdocs/latest/) is a JetBrains Incubator project which renders JetBrains IDEs in the web browser.
108108

109-
![JetBrains Projector in Coder](../images/jetbrains-projector.png)
109+
![PyCharm in Coder](../images/projector-pycharm.png)
110110

111-
> It is common to see latency and performance issues with Projector. We recommend using [Jetbrains Gateway](https://youtrack.jetbrains.com/issues/GTW) whenever possible (also no Template edits required!)
111+
> It is common to see latency and performance issues with Projector. We recommend using [JetBrains Gateway](https://youtrack.jetbrains.com/issues/GTW) whenever possible (also no Template edits required!)
112112
113113
Workspace requirements:
114114

115115
- JetBrains projector CLI
116116
- At least 4 CPU cores and 4 GB RAM
117117

118118
- CLion
119-
- pyCharm
119+
- PyCharm
120120
- DataGrip
121+
- GoLand
121122
- IntelliJ IDEA Community
122123
- IntelliJ IDEA Ultimate
123124
- PhpStorm
124-
- pyCharm Community
125+
- PyCharm Community
125126
- PyCharm Professional
126127
- Rider
127-
- Rubymine
128+
- RubyMine
128129
- WebStorm
130+
129131
- ➕ code-server (just in case!)
130132

131133
For advanced users who want to make a custom image, you can install the Projector CLI in the `startup_script` of the `coder_agent` resource in a Coder template. Using the Projector CLI, you can use `projector ide autoinstall` and `projector run` to download and start a JetBrains IDE in your workspace.
@@ -212,6 +214,7 @@ You can also reference/use to these pre-built templates with JetBrains projector
212214

213215
> You need to have a valid `~/.kube/config` on your Coder host and a namespace on a Kubernetes cluster to use the Kubernetes pod template examples.
214216
217+
=======
215218
![PyCharm in Coder](../images/projector-pycharm.png)
216219

217220
> Coder OSS currently does not perform a health check([#2662](https://github.com/coder/coder/issues/2662)) that any IDE or commands in the `startup_script` have completed, so wait a minute or so before opening the JetBrains or code-server icons. As a precaution, you can open Terminal and run `htop` to see if the processes have completed.

docs/images/ide-row.png

38.1 KB
Loading

docs/images/projector-intellij.png

366 KB
Loading

docs/images/projector-pycharm.png

233 KB
Loading

0 commit comments

Comments
 (0)