scalameta / metals-vscode

Visual Studio Code extension for Metals
https://marketplace.visualstudio.com/items?itemName=scalameta.metals#overview
Apache License 2.0
298 stars 75 forks source link

Handle `usernotification` event from debug session #1401

Closed adpi2 closed 1 year ago

adpi2 commented 1 year ago

Copied from microsoft/vscode-java-debug

The scala-debug-adapter can send usernotification events that should be shown to the user. For instance, it can contain the compilation errors of a conditional breakpoint.

Tested locally: usernotification

Fixes https://github.com/scalacenter/scala-debug-adapter/issues/455