forked from microsoft/vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
Code Build Process
Daniel Imms edited this page May 19, 2016
·
6 revisions
Code uses gulp
to build its code base. The most important tasks are:
-
watch
: Translates the TypeScript source files to JavaScript and starts a watch mode that incrementally translates TypeScript files into JavaScript. The incremental build is based on thegulp-tsb
module. The TypeScript is compiled into theout
folder. -
test
: Runs the mocha tests -
vscode-[platform]-min
: Builds a packaged and minified version of the code for the given[platform]
-
minify-editor
: Build a minified version of the "VSCode" editor
Project Management
- Roadmap
- Iteration Plans
- Development Process
- Issue Tracking
- Release Process
- Running the Endgame
- Related Projects
Contributing
- How to Contribute
- Submitting Bugs and Suggestions
- Code Organization
- Coding Guidelines
- Smoke Test
- Contributor License Agreement
- Requested Extensions
Documentation