From d78103364bd9c3eb6a7fd71ef250b39705c83324 Mon Sep 17 00:00:00 2001 From: Anna Kammeyer Date: Thu, 27 Apr 2023 16:18:28 -0600 Subject: [PATCH] updated docs to include necessary extension info --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b0a3859..c84d367 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -106,6 +106,8 @@ yarn run package 2. Ensure the required [dependencies](#dependencies) are installed 3. Choose the `Watch & Run` launch configuration from the launch dropdown in the Run and Debug viewlet and press `F5`. +_Note: If you see a pop-up with a message similar to "The task cannot be tracked. Make sure to have a problem matcher defined.", you will need to install the [TypeScript + Webpack Problem Matchers](https://marketplace.visualstudio.com/items?itemName=amodio.tsl-problem-matcher) extension._ + #### Using VS Code (desktop webworker) 1. Open the `vscode-gitlens` folder