We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d91505 commit 87d872eCopy full SHA for 87d872e
CONTRIBUTING.md
@@ -44,3 +44,15 @@ Coder Remote periodically reads the `network-info-dir + "/" + matchingSSHPID` fi
44
```
45
46
3. Press `F5` or navigate to the "Run and Debug" tab of VS Code and click "Run Extension".
47
+
48
+There are a few ways you can test the "Open in VS Code" flow:
49
50
+- Use the "VS Code Desktop" button from a Coder dashboard.
51
+- Manually open the link with `Developer: Open URL` from inside VS Code.
52
+- Use `code --open-url <link>` on the command line.
53
54
+The link format is `vscode://coder.coder-remote/open?${query}`. For example:
55
56
+```
57
+code --open-url 'vscode://coder.coder-remote/open?url=dev.coder.com&owner=my-username&workspace=my-ws&agent=my-agent'
58
0 commit comments