Compiling with terminalShellIntegration proposal

Part of #145234
This commit is contained in:
Daniel Imms
2024-03-20 12:23:25 -07:00
parent fb14b695a7
commit b07b0ac2ba
5 changed files with 232 additions and 0 deletions

View File

@@ -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>;
}