diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..a14728f5 --- /dev/null +++ b/CONTRIBUTING.md @@ -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. \ No newline at end of file