forked from microsoft/vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
Code Build Process
Erich Gamma edited this page Nov 17, 2015
·
6 revisions
Code is using 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. 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 Monaco 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