mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
@@ -40,6 +40,8 @@ declare module 'vscode' {
|
||||
*
|
||||
* Note that this event will not fire if the executed command exits the shell, listen to
|
||||
* {@link onDidCloseTerminal} to handle that case.
|
||||
*
|
||||
* @deprecated Use {@link window.onDidStartTerminalShellExecution}
|
||||
*/
|
||||
export const onDidExecuteTerminalCommand: Event<TerminalExecutedCommand>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user