Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,13 @@ pnpm test:integration
> this extension from a coder workspace. We currently recommend cloning the
> repo locally

To view your local changes to the extension within VS Code:

1. Run `pnpm package`. This creates a file named coder-remote-VERSION.vsix in your repo directory.
2. In the "Extensions" tab of VS Code, open the kebab menu and select "Install from VSIX...". You can also run "Extensions: Install from VSIX..." from the command palette. Select the VSIX file created by `pnpm package`.
Comment on lines +193 to +194

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would mention that this works on all VS Code forks as is, so this is the best way to test on multiple versions/forks


Alternatively:

1. Run `pnpm watch` in the background.
2. OPTIONAL: Compile the `coder` binary and place it in the equivalent of
`os.tmpdir() + "/coder"`. If this is missing, it will download the binary
Expand Down