From 6959a5fc557f2430088a372de27120694b4ad9f9 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 10 Jan 2023 17:16:17 +0000 Subject: [PATCH] docs: add contributing.md --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md 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