Skip to content

Commit b3c8cc1

Browse files
Remove incorrect extension from CONTRIBUTING.md (#333)
* Initial plan * Remove TypeScript+WebPack Problem Matchers extension from CONTRIBUTING.md Co-authored-by: bwateratmsft <36966225+bwateratmsft@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: bwateratmsft <36966225+bwateratmsft@users.noreply.github.com>
1 parent f949f78 commit b3c8cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The primary documentation for the extension is available at the [VS Code documen
1111
## Code
1212
To contribute bug fixes, features, or design changes:
1313
* Clone the repository locally and open in Visual Studio Code.
14-
* Install [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) and [TypeScript + Webpack Problem Matchers](https://marketplace.visualstudio.com/items?itemName=amodio.tsl-problem-matcher) for Visual Studio Code.
14+
* Install [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) for Visual Studio Code.
1515
* Open the terminal (<kbd>CTRL</kbd>+ <kbd>\`</kbd> by default) and run `npm install -ws`.
1616
* To build, open the Command Palette (<kbd>F1</kbd> by default) and type in `Tasks: Run Build Task`.
1717
* Debug: press <kbd>F5</kbd> (by default) to start debugging.

0 commit comments

Comments
 (0)