From 04cb050f8fb0b22a02c9aafbe64147b6fb9fb881 Mon Sep 17 00:00:00 2001 From: Jason Poon Date: Fri, 5 Aug 2016 20:54:08 -0700 Subject: [PATCH] Update CONTRIBUTING.md add `gulp watch` command --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e024774b..54a64d9d 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -41,7 +41,7 @@ When submitting a PR, ensure: ## Developing -1. Watch for changes and recompile Typescript files. Run this in the `Vim` directory: `npm run compile` +1. Watch for changes and recompile Typescript files. Run this in the `Vim` directory: `gulp watch` 2. Open up Visual Studio code and add the `Vim` directory as a folder. 3. Click on the debugger. You now have two options - Launch Extension (to play around with the extension) and Launch Tests (to run the tests).