mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
* Build VSCode using TS 2.4.1 Fixes #28643 a * Reformat a few files for 2.4 * Fix compile errors in jsoneditingservice
Steps to publish a new version of monaco-editor-core
Generate monaco.d.ts
- The
monaco.d.tsis now automatically generated when runninggulp watch
Bump version
- increase version in
build/monaco/package.json
Generate npm contents for monaco-editor-core
- Be sure to have all changes committed and pushed to the remote
- (the generated files contain the HEAD sha and that should be available on the remote)
- run gulp editor-distro
Publish
cd out-monaco-editor-corenpm publish