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 9a3734d

Browse files
committedMay 20, 2024
Remove <link> from open-url option
Feels self-explanatory?
1 parent d7d1b82 commit 9a3734d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ There are a few ways you can test the "Open in VS Code" flow:
3737

3838
- Use the "VS Code Desktop" button from a Coder dashboard.
3939
- Manually open the link with `Developer: Open URL` from inside VS Code.
40-
- Use `code --open-url <link>` on the command line.
40+
- Use `code --open-url` on the command line.
4141

4242
The link format is `vscode://coder.coder-remote/open?${query}`. For example:
4343

0 commit comments

Comments
 (0)
Please sign in to comment.