diff --git a/docs/ides/web-ides.md b/docs/ides/web-ides.md index 4dbce7f95559d..042ae69c2bb1e 100644 --- a/docs/ides/web-ides.md +++ b/docs/ides/web-ides.md @@ -97,44 +97,9 @@ resource "coder_app" "code-server" { ## JetBrains Projector -[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](https://jetbrains.github.io/projector-client/mkdocs/latest/) is a JetBrains Incubator project which renders JetBrains IDEs in the web browser. JetBrains has [suspended the project](https://lp.jetbrains.com/projector/) so Coder no longer provides example templates or support. -![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!) - -Workspace requirements: - -- JetBrains projector CLI -- At least 4 CPU cores and 4 GB RAM - -- CLion -- PyCharm -- DataGrip -- GoLand -- IntelliJ IDEA Community -- IntelliJ IDEA Ultimate -- PhpStorm -- PyCharm Community -- PyCharm Professional -- Rider -- RubyMine -- WebStorm - -**Pre-built templates:** - -You can reference/use these pre-built templates with JetBrains projector: - -- IntelliJ - ([Kubernetes](https://github.com/sharkymark/v2-templates/tree/main/multi-projector-intellij)) - -- PyCharm - ([Kubernetes](https://github.com/sharkymark/v2-templates/tree/main/multi-projector-pycharm)) - -> 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) +Use [JetBrains Gateway](./gateway.md) to remotely connect to a Coder workspace. ## JupyterLab diff --git a/docs/images/ide-row.png b/docs/images/ide-row.png index 8cc3f8e0a9fae..2a8c54bfce75d 100644 Binary files a/docs/images/ide-row.png and b/docs/images/ide-row.png differ diff --git a/docs/images/jetbrains-projector.png b/docs/images/jetbrains-projector.png deleted file mode 100644 index a0b7285dd93d4..0000000000000 Binary files a/docs/images/jetbrains-projector.png and /dev/null differ diff --git a/docs/images/projector-pycharm.png b/docs/images/projector-pycharm.png deleted file mode 100644 index 9139c6d61d38a..0000000000000 Binary files a/docs/images/projector-pycharm.png and /dev/null differ