We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Page object needs extending, currently minimal support.
import { BottomBarPanel, DebugConsoleView } from 'vscode-extension-tester'; ... const debugView = await new BottomBarPanel().openDebugConsoleView();
const text = await debugView.getText()
There was an error while loading. Please reload this page.