Skip to content

DebugConsoleView

Jan Richter edited this page Apr 29, 2021 · 5 revisions

Page object needs extending, currently minimal support.

Lookup

import { BottomBarPanel, DebugConsoleView } from 'vscode-extension-tester';
...
const debugView = await new BottomBarPanel().openDebugConsoleView();

Get All Text

const text = await debugView.getText()
Clone this wiki locally