We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9b4e8e + 5b2e58a commit 41b2bcbCopy full SHA for 41b2bcb
Contributing.md
@@ -6,7 +6,8 @@ This document will briefly outline how to get started contributing to the `vscod
6
7
For development, all you need is to,
8
9
-* run `npm install -g typescript` to get TypeScript,
+* run `npm install -g typescript` to get [TypeScript](https://www.typescriptlang.org),
10
+* run `npm install -g webpack` to get [Webpack](https://webpack.js.org),
11
* then run `npm install` in the project root to install development dependencies.
12
13
You can now also package up the extension with,
0 commit comments