Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit af4ca8e

Browse files
committedJan 10, 2023
Fix linting errors in CONTRIBUTING.md
1 parent dfe605b commit af4ca8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Workspaces opened with Coder Remote have the following URI structure:
66

7-
```
7+
```text
88
vscode://ssh-remote+coder-vscode--<username>--<workspace>/
99
```
1010

@@ -16,7 +16,7 @@ Coder uses the `onResolveRemoteAuthority:ssh-remote` [extension activation event
1616
2. Download the matching server binary to the client.
1717
3. Add an entry to the users SSH config for VS Code Remote to resolve `coder-vscode--*`.
1818

19-
```
19+
```text
2020
Host 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

0 commit comments

Comments
 (0)
Please sign in to comment.