diff --git a/docs/ides/configuring-web-ides.md b/docs/ides/configuring-web-ides.md index fd6802ed9868e..2e588730f58a3 100644 --- a/docs/ides/configuring-web-ides.md +++ b/docs/ides/configuring-web-ides.md @@ -106,9 +106,9 @@ As a starting point, see the [desktop-container](https://github.com/bpmct/coder- [JetBrains Projector](https://jetbrains.github.io/projector-client/mkdocs/latest/) is a JetBrains Incubator project which renders JetBrains IDEs in the web browser. -![JetBrains Projector in Coder](../images/jetbrains-projector.png) +![PyCharm in Coder](../images/projector-pycharm.png) -> 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!) +> 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!) Workspace requirements: @@ -116,16 +116,18 @@ Workspace requirements: - At least 4 CPU cores and 4 GB RAM - CLion -- pyCharm +- PyCharm - DataGrip +- GoLand - IntelliJ IDEA Community - IntelliJ IDEA Ultimate - PhpStorm -- pyCharm Community +- PyCharm Community - PyCharm Professional - Rider -- Rubymine +- RubyMine - WebStorm + - ➕ code-server (just in case!) 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 > 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. +======= ![PyCharm in Coder](../images/projector-pycharm.png) > 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. diff --git a/docs/images/ide-row.png b/docs/images/ide-row.png index 90f007d059273..8cc3f8e0a9fae 100644 Binary files a/docs/images/ide-row.png and b/docs/images/ide-row.png differ diff --git a/docs/images/projector-intellij.png b/docs/images/projector-intellij.png index 764e1f62fdf3c..c236c66c2e5d6 100644 Binary files a/docs/images/projector-intellij.png and b/docs/images/projector-intellij.png differ diff --git a/docs/images/projector-pycharm.png b/docs/images/projector-pycharm.png index 92ac455c2c891..9139c6d61d38a 100644 Binary files a/docs/images/projector-pycharm.png and b/docs/images/projector-pycharm.png differ