-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to the latest Monaco #6900
Comments
@akosyakov as you usually do that upgrade and you have the experience, please direct us if there is anything more we need to consider except the Migration Guidelines. |
@azatsarynnyy The start will be to create a PR in monaco-languageclient which upgrades it to latest Monaco and LSP version. There also could be some PRs which has to be applied first. Would it be fine if I invite you and @RomanNikitenko as maintainers to this project that you can merge existing PRs if you need them? |
BTW should we move monaco language client to |
@akosyakov sure |
I don't know @svenefftinge ? generally, monaco-languageclient cares only about monaco and lsp, Theia just one of its consumer, there are other projects who don't care. It was not even developed for Theia. |
@azatsarynnyy @RomanNikitenko I've invited you with admin privileges. The only thing which you cannot do is to publish official release, but whenever you merge something to master Regarding to moving under theia-org, I'm not opposed if it makes it easier to contribute. But @svenefftinge should decide. It's pure TypeFox project. |
We should for sure do the custom build of monaco from fork under theia-ide org this time, not from TypeFox. But that's later. |
@azatsarynnyy Could you add as a sub-task to revert #6673 and check whether IME support was fixed in newer Monaco please? |
I've added a first monaco api test here for resolveKeybinding api which was exposed in Jan:
|
@akosyakov added |
VS Code has replaced Octicons with Codicons microsoft/vscode#82729
We have to upgrade to the latest Moncao in order to get this support. See #5412 (comment)
closes #5412
Sub tasks:
5.0.0
version ofvscode-jsonrpc
Upgrade to vscode-jsonrpc 5.0.0 TypeFox/vscode-ws-jsonrpc#17References:
The text was updated successfully, but these errors were encountered: