Skip to content

Commit edbb733

Browse files
committed
remove projector-container issue
1 parent ffaf75d commit edbb733

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/ides/configuring-web-ides.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ variable "jetbrains-ide" {
154154
"IntelliJ IDEA Ultimate 2021.3"
155155
], var.jetbrains-ide)
156156
# Find all compatible IDEs with the `projector IDE find` command
157-
error_message = "Invalid JetBrains IDE!"
157+
error_message = "Invalid JetBrains IDE!"
158158
}
159159
}
160160
@@ -216,13 +216,11 @@ You can also reference/use to these pre-built templates with JetBrains projector
216216

217217
- GoLand ([Docker](https://github.com/mark-theshark/v2-templates/tree/main/docker-with-goland), [Kubernetes](https://github.com/mark-theshark/v2-templates/tree/main/pod-with-goland))
218218

219-
- Alternate approach: Projector/IDE installed into the image, all IDEs ((Docker)[https://github.com/bpmct/coder-templates/tree/main/projector-container])
220-
221-
> 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.
219+
> 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.
222220
223221
![PyCharm in Coder](../images/projector-pycharm.png)
224222

225-
> 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.
223+
> 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.
226224
227225
> 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.
228226

0 commit comments

Comments
 (0)