From eb479c3374353a6e2eb8e6001b97ae1415b938e5 Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Mon, 12 Mar 2018 15:06:19 -0400 Subject: [PATCH] Use yarn rather than gulp for building tests In response to #43571. --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index 60860e3f523..bccc0fa5c18 100644 --- a/test/README.md +++ b/test/README.md @@ -2,7 +2,7 @@ ## Run -The best way to run the Code tests is from the terminal. To make development changes to unit tests you need to be running `gulp`. See [Development Workflow](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#incremental-build) for more details. From the `vscode` folder run: +The best way to run the Code tests is from the terminal. To make development changes to unit tests you need to be running `yarn run watch`. See [Development Workflow](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#incremental-build) for more details. From the `vscode` folder run: **OS X and Linux**