VS Code API
    Preparing search index...

    Namespace window

    Namespace for dealing with the current window of the editor. That is visible and active editors, as well as, UI elements to show messages, selections, and asking for user input.

    Variables

    activeColorTheme
    activeNotebookEditor
    activeTerminal
    activeTextEditor
    onDidChangeActiveColorTheme
    onDidChangeActiveNotebookEditor
    onDidChangeActiveTerminal
    onDidChangeActiveTextEditor
    onDidChangeNotebookEditorSelection
    onDidChangeNotebookEditorVisibleRanges
    onDidChangeTerminalShellIntegration
    onDidChangeTerminalState
    onDidChangeTextEditorOptions
    onDidChangeTextEditorSelection
    onDidChangeTextEditorViewColumn
    onDidChangeTextEditorVisibleRanges
    onDidChangeVisibleNotebookEditors
    onDidChangeVisibleTextEditors
    onDidChangeWindowState
    onDidCloseTerminal
    onDidEndTerminalShellExecution
    onDidOpenTerminal
    onDidStartTerminalShellExecution
    state
    tabGroups
    terminals
    visibleNotebookEditors
    visibleTextEditors

    Functions

    createInputBox
    createOutputChannel
    createQuickPick
    createStatusBarItem
    createTerminal
    createTextEditorDecorationType
    createTreeView
    createWebviewPanel
    registerCustomEditorProvider
    registerFileDecorationProvider
    registerTerminalLinkProvider
    registerTerminalProfileProvider
    registerTreeDataProvider
    registerUriHandler
    registerWebviewPanelSerializer
    registerWebviewViewProvider
    setStatusBarMessage
    showErrorMessage
    showInformationMessage
    showInputBox
    showNotebookDocument
    showOpenDialog
    showQuickPick
    showSaveDialog
    showTextDocument
    showWarningMessage
    showWorkspaceFolderPick
    withProgress
    withScmProgress