Skip to content
Closed
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
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Contributing

To develop the extension locally, follow these steps:
1. Install dependencies
```shell
yarn
```
2. Compile and run extension:
- Press F5 or Open Command Palette > Debug: Start Debugging

You should see a new VS Code Window open up and a Coder logo in the Activity
Bar.