Search code examples
typescriptnpmvisual-studio-codeopen-sourceyarnpkg

How can I make a clean build of microsoft/vscode source tree?


I am trying to make a clean new build of microsoft/vscode.

Being new to JS, TS, NPM, and Yarn what command do I have to execute to clear all build artifacts and output files and build the code I changed?


Solution

  • $node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile