Closed
Description
At https://github.com/Microsoft/vscode/blob/master/test/README.md, there are instructions to have gulp
running when making development changes to the tests. In my experience, I did not have gulp installed because it wasn't part of the "How to Contribute" instructions, but the normal yarn run watch
was able to build a new test suite. Should this be changed?