CodinGame / monaco-vscode-api

VSCode public API plugged on the monaco editor
MIT License
226 stars 31 forks source link

Any insight on this error?? unhandled method window/workDoneProgress/create #297

Closed eye-horus closed 9 months ago

eye-horus commented 10 months ago

I'm getting this error throw from the monaco editor client when I tried to use it with typescript language server.

Error: Unhandled method window/workDoneProgress/create

Looks like the client editor is advertising it has workDoneProgress capabilities, but its not handling the above message from the server.

image

Really appreciate any insights into this, thank you

CGNonofr commented 9 months ago

Are you using monaco-languageclient?

CGNonofr commented 9 months ago

related to https://github.com/TypeFox/monaco-languageclient/issues/586