mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 12:40:19 -05:00
* Remove most SyncDescriptorX forms From what I can tell, `SyncDescriptor0` is the only one of these types still being used. In order to speed up TS's type checking around `createInstance`, I think it makes sense to remove the unused forms * Remove `SyncDescriptorN` from tree shaker usages Co-authored-by: Alex Dima <alexdima@microsoft.com>
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