mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
Hook up some of the command event
This commit is contained in:
@@ -9,7 +9,7 @@ declare module 'vscode' {
|
||||
|
||||
export interface TerminalWillExecuteCommandEvent {
|
||||
terminal: Terminal;
|
||||
command: TerminalCommand<Thenable<TerminalExecuteCommandResult>>;
|
||||
command: TerminalCommand<TerminalExecuteCommandResult | Thenable<TerminalExecuteCommandResult>>;
|
||||
}
|
||||
|
||||
export interface TerminalExecuteCommandEvent {
|
||||
|
||||
Reference in New Issue
Block a user