eclipse-theia/theia

debug: add support for 'showUser'

开放

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

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (2,478 个派生)batch import
dapdebugenhancementhelp wanted

仓库指标

星标
 (18,676 个星标)
PR 合并指标
 (平均合并 15天 4小时) (30 天内合并 75 个 PR)

描述

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

贡献者指南