@@ -38,6 +38,9 @@ Web_ icon.
38
38
39
39
![ Launch a workspace] ( ../assets/workspaces/code-web-app.png )
40
40
41
+ > Code Web is Coder's open-source project
42
+ > [ code-server] ( https://coder.com/docs/code-server/latest ) .
43
+
41
44
## JetBrains Gateway with SSH
42
45
43
46
If your image
@@ -106,13 +109,13 @@ Coder uses an open-source project called Projector, created and managed by
106
109
JetBrains, to render a JetBrains IDE in a browser.
107
110
108
111
If your image
109
- [ includes a JetBrains IDE] ( ../admin/workspace-management/installing-jetbrains.md ) ,
110
- you can launch it from the dashboard. Coder launches JetBrains IDEs in their own
111
- windows; be sure to set your browser to allow popup windows so that you can use
112
- your IDE.
112
+ [ includes a JetBrains IDE] ( ../admin/workspace-management/installing-jetbrains.md )
113
+ (such as IntelliJ, PyCharm, and PhpStorm), you can launch it from the dashboard.
113
114
114
115
![ IntelliJ logos] ( ../assets/workspaces/intellij-app.png )
115
- ![ PyCharm logos] ( ../assets/workspaces/pycharm-app.png )
116
+
117
+ Coder launches JetBrains IDEs in their own windows; be sure to set your browser
118
+ to allow popup windows so that you can use your IDE.
116
119
117
120
> Follow these steps to
118
121
> [ start a trial or activate your paid JetBrains license] ( ../guides/troubleshooting/activate-jetbrains-licensing.md ) .
@@ -174,7 +177,8 @@ programming.
174
177
> You must have a
175
178
> [ JetBrains IDE installed] ( ../admin/workspace-management/installing-jetbrains.md )
176
179
> in your [ image] ( ../images/index.md ) to start a Code With Me session from your
177
- > Coder workspace.
180
+ > Coder workspace. Only the workspace where the source code is being worked on
181
+ > needs JetBrains; other collaborators do _ not_ need a JetBrains IDE.
178
182
179
183
### Getting started
180
184
@@ -196,7 +200,6 @@ To create and host a Code With Me session:
196
200
1 . Under ** Browser Applications** , launch the JetBrains IDE (e.g., IntelliJ
197
201
PyCharm) of your choice.
198
202
199
- ![ Launch IDE] ( ../assets/workspaces/intellij-app.png )
200
203
![ Launch IDE] ( ../assets/workspaces/pycharm-app.png )
201
204
202
205
1 . Click the ** Code With Me** icon at the top of your IDE.
@@ -212,8 +215,6 @@ To create and host a Code With Me session:
212
215
1 . Set the permissions for new guests to ** Full access** and uncheck the
213
216
** Automatically start voice call** feature. Click ** Enable Access** .
214
217
215
- ![ Set permissions] ( ../assets/workspaces/code-with-me-4.png )
216
-
217
218
1 . Once you've enabled access, JetBrains copies the link you must share with
218
219
participants to your clipboard. Send this link to those with whom you'd like
219
220
to collaborate.
@@ -233,7 +234,7 @@ If you've received a link to join a Code With Me session as a participant:
233
234
1 . On the instructions page to which you were directed, copy the code snippet
234
235
and run it in the terminal.
235
236
236
- ![ Run join command in terminal ] ( ../assets/workspaces/code-with-me-6 .png )
237
+ ![ Run join command] ( ../assets/workspaces/code-with-me-4 .png )
237
238
238
239
1 . Confirm and accept the User Agreement.
239
240
@@ -339,4 +340,5 @@ RStudio:
339
340
> workspace is built.
340
341
>
341
342
> All RStudio data is stored in the home directory associated with the user
342
- > you sign in as
343
+ > you sign in as, since this ensures that your data is saved if Coder shuts
344
+ > down or rebuilds your environment.
0 commit comments