monaco-editor icon indicating copy to clipboard operation
monaco-editor copied to clipboard

Use monaco-editor-core final 0.34 release

Open CGNonofr opened this issue 3 years ago • 1 comments

monaco-editor 0.34 is not using monaco-editor-core 0.34

Also, the package-lock doesn't contain the right package version

CGNonofr avatar Aug 13 '22 15:08 CGNonofr

Is there anything blocking this change from being merged? @hediet maybe?

CGNonofr avatar Aug 23 '22 07:08 CGNonofr

@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!

alex-ander-is avatar Nov 03 '22 08:11 alex-ander-is

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.

hediet avatar Feb 06 '23 14:02 hediet