Skip to content

DebugConsoleView

Jan Richter edited this page Apr 24, 2019 · 5 revisions

Page object needs extending, currently minimal support.

Lookup

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