mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
14
src/vs/vscode.proposed.d.ts
vendored
14
src/vs/vscode.proposed.d.ts
vendored
@@ -953,20 +953,6 @@ declare module 'vscode' {
|
||||
parentTerminal: Terminal;
|
||||
}
|
||||
|
||||
/**
|
||||
* An event representing a change in a {@link Terminal.state terminal's state}.
|
||||
*/
|
||||
export interface TerminalStateChangeEvent {
|
||||
/**
|
||||
* The {@link Terminal} this event occurred on.
|
||||
*/
|
||||
readonly terminal: Terminal;
|
||||
/**
|
||||
* The {@link Terminal.state current state} of the {@link Terminal}.
|
||||
*/
|
||||
readonly state: TerminalState;
|
||||
}
|
||||
|
||||
export namespace window {
|
||||
/**
|
||||
* An {@link Event} which fires when a {@link Terminal.state terminal's state} has changed.
|
||||
|
||||
Reference in New Issue
Block a user