MAINTAINING.md
(For maintainers only)
Make sure every unassigned issue is labeled properly:
The VS Code commit id.rc for The prerelease version.version to lastNightly.nextStableVersion (from the compare step)vscodeRef to lastNightly.vscodeCommitIddevDependencies.monaco-editor-core to lastNightly.currentVersionnpm install to update lockfilenpm install .npm run import-editorpackage.json and use the || format e.g. "monaco-editor": "0.27.x || 0.28.x"npm version minornpm publishpackage.json e.g. "monaco-editor": "0.29.x"npm version majornpm publishpackage.json.npm install .npm run import-typescript