Get execute event working

This commit is contained in:
Daniel Imms
2023-08-24 11:42:06 -07:00
parent 2af059e4a7
commit e8b6b1735f
3 changed files with 73 additions and 14 deletions

View File

@@ -44,7 +44,8 @@ declare module 'vscode' {
exitCode: number;
/**
* The output of the command when it has finished executing. This is the plain text shown in
* the terminal buffer and does not include raw escape sequences..
* the terminal buffer and does not include raw escape sequences. Depending on the shell
* setup, this may include the command line as part of the output.
*/
output: string;
}