eclipse-theia/theia

add `Copy All` action to debug console

Open

#3.610 geöffnet am 23. Nov. 2018

Auf GitHub ansehen
 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)TypeScript (2.478 Forks)batch import
debugenhancementhelp wanted

Repository-Metriken

Stars
 (18.676 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 12T 10h) (73 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide