Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ convenience - it proxies to the `package.json` files in the `vscode-client` and

## Prerequisites

You need to have [`yarn` installed][yarn].
This guide presumes you have the following dependencies installed:

- [`yarn`][yarn].
- [`node`][node] (v6 or newer)
- `g++`
- `make`

## Initial setup

Expand Down Expand Up @@ -79,3 +84,4 @@ I'm open to suggestions on how to improve this workflow.
[prettier]: https://prettier.io/
[tslint]: https://palantir.github.io/tslint/
[yarn]: https://yarnpkg.com/lang/en/docs/install/
[node]: https://nodejs.org/en/download/