eclipse-theia/theia

debug: add support for 'showUser'

Open

#7,808 opened on May 13, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (18,676 stars) (2,478 forks)batch import
dapdebugenhancementhelp wanted

Description

Feature Description:

The message specification for the debug adapter protocol has a property known as showUser which is used to display notifications to end-users in the event of an error from a request.

At the moment, the framework does not have handling for such a property nor does it display notifications to end-users similarly to vscode. We should similarly add support for showUser and properly handle displaying notifications to end-users in the event of errors.

Additional Information

Contributor guide