eclipse-theia/theia

add `Copy All` action to debug console

开放

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

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

仓库指标

星标
 (18,676 个星标)
PR 合并指标
 (平均合并 15天 4小时) (30 天内合并 75 个 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.

贡献者指南