Skip to content

Commit 41b2bcb

Browse files
authored
Merge pull request #205 from alanz/contributing
Add step to Contributing: install webpack
2 parents d9b4e8e + 5b2e58a commit 41b2bcb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Contributing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ This document will briefly outline how to get started contributing to the `vscod
66

77
For development, all you need is to,
88

9-
* run `npm install -g typescript` to get TypeScript,
9+
* 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),
1011
* then run `npm install` in the project root to install development dependencies.
1112

1213
You can now also package up the extension with,

0 commit comments

Comments
 (0)