How to solve error 'Unhandled method window/workDoneProgress/create' #542
Unanswered
newfish-cmyk
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Hi @newfish-cmyk can you share a repo with dependencies or a fork of this repo with the changed code, something we can build/use? |
Beta Was this translation helpful? Give feedback.
1 reply
-
So a friend told me how to fix this: You just gotta go into the file
After that, the example starts working! Seems like there's some kinda conflict between the client initialization and the websocket connection, but I still don't really get how to properly fix this for good. 😖 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to replace pyright with typescript-language-server in the example code, but get errors
After doing some research, I found that
However, I noticed that the original python example also has
"workDoneProgress": "true"
in the initialization. So why doesn't the python example cause errors, while using typescript-language-server does?Any help troubleshooting would be great!
Beta Was this translation helpful? Give feedback.
All reactions