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 44
55Workspaces opened with Coder Remote have the following URI structure:
66
7- ```
7+ ``` text
88vscode://ssh-remote+coder-vscode--<username>--<workspace>/
99```
1010
@@ -16,7 +16,7 @@ Coder uses the `onResolveRemoteAuthority:ssh-remote` [extension activation event
16162 . Download the matching server binary to the client.
17173 . Add an entry to the users SSH config for VS Code Remote to resolve ` coder-vscode--* ` .
1818
19- ```
19+ ``` text
2020Host coder-vscode--*
2121 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
2222 ConnectTimeout 0
You can’t perform that action at this time.
0 commit comments