Copy Debug Console to the clipboard

2020-08-09 04:59发布

问题:

I'm debugging a Node.js app in Visual Studio Code 1.0.0 and want to copy the entire contents of the Debug Console to the clipboard. After drag-selecting the Debug Console contents, Edit->Copy only copies the visible parts instead of the entire selection.

Any ideas how to copy the entire selection? I'd also be okay saving the contents to a file.

Thanks!

回答1:

It only took 13 months (!) but a recent update has added a "Copy All" command to the context menu.



回答2:

Apparently this is not possible yet. See https://github.com/Microsoft/vscode/issues/2163 for details.



回答3:

You can select from start window and drag the mouse over the textbox at bottom (http://screencast.com/t/Clz24yCo )