eclipse-theia/theia

debug: add support for 'showUser'

Open

#7,808 创建于 2020年5月13日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)TypeScript (18,676 star) (2,478 fork)batch import
dapdebugenhancementhelp wanted

描述

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

贡献者指南