From e3057ff6fba99ba423421add985d2c7d7fc507d1 Mon Sep 17 00:00:00 2001 From: Dirk Baeumer Date: Thu, 13 Jun 2019 09:15:00 +0200 Subject: [PATCH] Add sentence about the fact that users need node and npm. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5207f81e..3af4c749 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ You can expect from each sample: - Listing of used VS Code API and Contribution Points - Code of the same style, enforced using TSLint +## Prerequisites + +You need to have [node](https://nodejs.org/en/) and [npm](https://nodejs.org/en/) installed on your system to run the examples. It is recommended to use the node version used for VS Code developement itself which is documented [here](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites) + ## Usage - `git clone https://github.com/Microsoft/vscode-extension-samples`