File tree 3 files changed +26
-0
lines changed
3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ support should work:
12
12
- Rider
13
13
- RubyMine
14
14
- WebStorm
15
+ - [ JetBrains Fleet] ( ./ides/fleet.md )
15
16
- Web IDEs (code-server, JupyterLab, JetBrains Projector)
16
17
- Note: These are [ configured in the template] ( ./ides/web-ides.md )
17
18
- [ Emacs] ( ./ides/emacs-tramp.md )
Original file line number Diff line number Diff line change
1
+ # JetBrains Fleet
2
+
3
+ JetBrains Fleet is a code editor and lightweight IDE designed to support various
4
+ programming languages and development environments.
5
+
6
+ [ See JetBrains' website to learn about Fleet] ( https://www.jetbrains.com/fleet/ )
7
+
8
+ Fleet can connect to a Coder workspace by following these steps.
9
+
10
+ 1 . [ Install Fleet] ( https://www.jetbrains.com/fleet/download )
11
+ 2 . Install Coder CLI
12
+ ``` shell
13
+ curl -L https://coder.com/install.sh | sh
14
+ ```
15
+ 3 . Login and configure Coder SSH.
16
+ ``` shell
17
+ coder login coder.example.com
18
+ coder config-ssh
19
+ ```
20
+ 4 . Connect via SSH with the Host set to ` coder.workspace-name `
21
+ ![ Fleet Connect to Coder] ( ../images/fleet/ssh-connect-to-coder.png )
22
+
23
+ > If you experience problems, please
24
+ > [ create a GitHub issue] ( https://github.com/coder/coder/issues ) or share in
25
+ > [ our Discord channel] ( https://discord.gg/coder ) .
You can’t perform that action at this time.
0 commit comments