monaco-editor
monaco-editor copied to clipboard
Use monaco-editor-core final 0.34 release
monaco-editor 0.34 is not using monaco-editor-core 0.34
Also, the package-lock doesn't contain the right package version
Is there anything blocking this change from being merged? @hediet maybe?
@alexdima We are missing regular versioning and correct points, which makes our dev life harder. Could you take a look please? Ideally incl. corresponding tag, please? Thank you!
This is as intended. Both the stable and the nightly build will override the monaco-editor-core version in package.json. The monaco-editor-core version in package.json is only relevant when checking out and working with the monaco-editor repository.
For the stable build, we build a fresh core package that is extracted from the vscode ref that is specified in package.json. For nightly, we use the VS Code main branch.
We are missing regular versioning
There will be a release soon.