File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
user-guides/workspace-access Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 139
139
"description" : " Use JetBrains IDEs with Coder" ,
140
140
"path" : " ./user-guides/workspace-access/jetbrains/index.md" ,
141
141
"children" : [
142
+ {
143
+ "title" : " JetBrains Fleet" ,
144
+ "description" : " Connect JetBrains Fleet to a Coder workspace" ,
145
+ "path" : " ./user-guides/workspace-access/jetbrains/fleet.md"
146
+ },
142
147
{
143
148
"title" : " JetBrains Gateway" ,
144
149
"description" : " Use JetBrains Gateway to connect to Coder workspaces" ,
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ successful, you'll see the following message:
68
68
``` console
69
69
You should now be able to ssh into your workspace.
70
70
For example, try running:
71
-
71
+
72
72
$ ssh coder.<workspaceName>
73
73
```
74
74
@@ -110,9 +110,9 @@ IDEs are supported for remote development:
110
110
- Rider
111
111
- RubyMine
112
112
- WebStorm
113
- - [ JetBrains Fleet] ( ./jetbrains/index .md#jetbrains-fleet )
113
+ - [ JetBrains Fleet] ( ./jetbrains/fleet .md )
114
114
115
- Read our [ docs on JetBrains Gateway ] ( ./jetbrains/index.md ) for more information
115
+ Read our [ docs on JetBrains] ( ./jetbrains/index.md ) for more information
116
116
on connecting your JetBrains IDEs.
117
117
118
118
## code-server
You can’t perform that action at this time.
0 commit comments