Adapt to monaco-vscode-api-1.79.1 - #501
Conversation
|
Is it possible I import things from monaco-editor suddently twice? |
|
monaco-vscode-api includes the reference search from vscode |
|
This means importing: is now forbidden |
|
It seems so! btw, it was already a bad idea, as most of them are not functionnal, like At least now we can't make the mistake or importing it (: |
|
I have forced pushed another update and checked that all examples are working fine again. |
|
This is ready. I just released: https://www.npmjs.com/package/monaco-languageclient/v/6.1.0-next.1 |
|
@CGNonofr do want to change something in |
|
I don't know it it's a good idea to implicitly includes other services (keybindings from quickaccess) |
At least better than not working. Do you prefer throwing errors suggesting what to do? |
I think it's preferable |
|
I am 50/50 on that, but with more services (I have seen the next branch with more services 😱 😆 ) and growing complexity it might be a better idea. |
|
@CGNonofr now errors are thrown, if dependent services are not configured. I kept the files service being always loaded. Any further objections? |
you mean |
|
Sorry I corrected the sentence above: "now errors are thrown, if dependent services are not configured" |
@CGNonofr I have a problem even if I only include files and model. Any idea on this?

I changed
initServicesthat users can only include editor or views as you outlined in the monaco-vscode-api README