-
Notifications
You must be signed in to change notification settings - Fork 9
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
Implement showMessage and logMessage from util::IDEServices #185
Comments
Can you point to the commit that added that functionality? Since I cannot find it in our history. I agree we need more tests. |
I'll have to dig too. That was around the crunch time for the Strumenta demo with the graph language I believe. |
I've only been able to find places where we would report unsupported features using the |
I'll look it up tomorrow with |
I only see the addition of the (default) interface methods but not their implementation in the log. This means that this functionality is still on a branch somewhere, or has never been committed. |
Ok, after some deep archeology I found out that these things have worked (a bit), but I removed the code before pushing because while testing several times a deadlock occurred. Next step is to enable only the |
Do you know why showMessage causes no deadlocks? |
it is not called during the start-up processes |
could we add a guard around the Else someone adds a call to |
I want to understand completely what is going on first. And then this could be a solution, with a lot of source code comments :-) |
Describe the bug
In util::IDEServices two very similar functions have lost their effect:
Both have worked before. So it could be our upgrade to a higher version of VSCode or the LSP that has introduced this
issue. We can also add (manual) tests for these two function to the release issue template while we are at it.
The text was updated successfully, but these errors were encountered: