Monaco-editor: Any update to the latest sources planned?

Created on 22 Jan 2018  路  8Comments  路  Source: microsoft/monaco-editor

The editor source in the vscode project is quite far ahead of the monaco-editor project. The last update was in October 2017. When is the next pull and update of monaco-editor planned?

Also, in case now update is planned. How can the community pull updates from vscode to update the monaco-editor project and build it?

Thanks!

Most helpful comment

Hi, we are working on it and it will be based on the stable February branch of vscode (stabilizing as we speak).

All 8 comments

Ok, I found the answer to my last question in the contribution section.

My first question remains, though ;). Is an update by the project owners planned soon?

Following the instructions on CONTRIBUTING.md, I was able to run the editor from vscode tag 1.19.2.

However, the reason why I was asking for an update on this project is the language support for javascript, which is different in vscode 1.19.2 than in the latest monaco-languages. For example, vscode 1.19.2 can distinguish between variable.other.property.js, variable.other.object.js, support.class.builtin.js, entity.name.function.js or support.function.js while monaco-languages only shows identifier.js (see screenshots below from token inspector in vscode and monaco-editor).

Is it possible to use language support already implemented in vscode extensions?

vscode javascript language support
vscode-tokens

monaco-editor javascript language support
monaco-editor-tokens

The October release was just a tiny security thing - so it dates back to mid August. I too would love to know if any updates are planed or we should start (try) doing it our self from now on :) I could not find anything in the vscode milestones nor roadmap.

Why is nobody responding to the question on update. Fab editor but CodeMirror is updated religiously each month. Zero response to this question does not instill confidence when considering serious commercial product implementation.

Update on next release?

Hi, we are working on it and it will be based on the stable February branch of vscode (stabilizing as we speak).

Thank you for your patience! :heart:

[email protected] is out! See what's new in the changelog

Was this page helpful?
0 / 5 - 0 ratings