File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Workspaces opened with Coder Remote have the following URI structure:
6
6
7
- ```
7
+ ``` text
8
8
vscode://ssh-remote+coder-vscode--<username>--<workspace>/
9
9
```
10
10
@@ -16,7 +16,7 @@ Coder uses the `onResolveRemoteAuthority:ssh-remote` [extension activation event
16
16
2 . Download the matching server binary to the client.
17
17
3 . Add an entry to the users SSH config for VS Code Remote to resolve ` coder-vscode--* ` .
18
18
19
- ```
19
+ ``` text
20
20
Host coder-vscode--*
21
21
ProxyCommand "/tmp/coder" vscodessh --network-info-dir "/home/kyle/.config/Code/User/globalStorage/coder.coder-remote/net" --session-token-file "/home/kyle/.config/Code/User/globalStorage/coder.coder-remote/session_token" --url-file "/home/kyle/.config/Code/User/globalStorage/coder.coder-remote/url" %h
22
22
ConnectTimeout 0
You can’t perform that action at this time.
0 commit comments