You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the code-server integrated terminal fails to load, (i.e., xterm fails to load), go to DevTools to ensure xterm is loaded, clear your browser cache and refresh.
81
81
</blockquote>
82
82
83
-
84
83
## VNC Desktop
85
84
86
85

@@ -116,7 +115,6 @@ Workspace requirements:
116
115
- JetBrains projector CLI
117
116
- At least 4 CPU cores and 4 GB RAM
118
117
119
-
120
118
- CLion
121
119
- pyCharm
122
120
- DataGrip
@@ -130,13 +128,10 @@ Workspace requirements:
130
128
- WebStorm
131
129
- ➕ code-server (just in case!)
132
130
133
-
134
131
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.
135
132
136
-
137
133

138
134
139
-
140
135
In this example, the version of JetBrains IntelliJ IDE is passed in from a Terraform input variable. You create a JetBrains icon in the workspace using a `coder_app` resource.
141
136
142
137
> There is a known issue passing query string parameters when opening a JetBrains IDE from an icon in your workspace ([#2669](https://github.com/coder/coder/issues/2669)). Note the `grep` statement to remove an optional password token from the configuration so a query string parameter is not passed.
You can also reference/use to these pre-built templates with JetBrains projector:
@@ -224,8 +218,6 @@ You can also reference/use to these pre-built templates with JetBrains projector
224
218
225
219
> 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.
226
220
227
-
228
-
229
221
## JupyterLab
230
222
231
223
Configure your agent and `coder_app` like so to use Jupyter:
0 commit comments