Describe the bug
In util::IDEServices two very similar functions have lost their effect:
- showMessage would show a "popup" in the bottom right corner for alerting the user to certain events
- logMessage would add a log entry to the Rascal MPL LSP log, or the parametrized LSP log, respectively
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.