eclipse-theia/theia

add `Copy All` action to debug console

Open

#3,610 创建于 2018年11月23日

在 GitHub 查看
 (1 评论) (1 反应) (0 负责人)TypeScript (2,478 fork)batch import
debugenhancementhelp wanted

仓库指标

Star
 (18,676 star)
PR 合并指标
 (平均合并 12天 10小时) (30 天内合并 73 个 PR)

描述

The debug console is virtualized and only rerenders the visible part of the debug output, because of it, it is not possible to copy the whole output. There should be Copy All command/menu item which will construct the whole output from debug console model and paste it into the clipboard.

贡献者指南