From eb2520e7ca3a08ecd0bfcf3d695f81f4d9347a22 Mon Sep 17 00:00:00 2001 From: Shati Patel <42641846+shati-patel@users.noreply.github.com> Date: Thu, 28 Apr 2022 15:17:04 +0100 Subject: [PATCH] Fix outdated description of "watch" command --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f08aa986a..7a2248f5a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,8 +56,6 @@ We recommend that you keep `npm run watch` running in the backgound and you only 1. on first checkout 2. whenever any of the non-TypeScript resources have changed -3. on any change to files included in one of the webviews - - **Important**: This is easy to forget. You must explicitly run `npm run build` whenever one of the files in the webview is changed. These are the files in the `src/view` and `src/compare/view` folders. ### Installing the extension