Skip to content

Commit df399eb

Browse files
committed
Merge remote-tracking branch 'origin/main' into tyriar/145234_confidence
2 parents f4909e0 + 5d77214 commit df399eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/vscode-dts/vscode.proposed.terminalShellIntegration.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ declare module 'vscode' {
213213
* The terminal that shell integration has been activated in.
214214
*/
215215
readonly terminal: Terminal;
216+
216217
/**
217218
* The shell integration object.
218219
*/
@@ -224,10 +225,11 @@ declare module 'vscode' {
224225
* The terminal shell execution that has ended.
225226
*/
226227
readonly execution: TerminalShellExecution;
228+
227229
/**
228-
* The exit code reported by the shell.
230+
* The exit code reported by the shell. `undefined` means the shell did not report an exit
231+
* code or the shell reported a command started before the command finished.
229232
*/
230-
// TODO: Explain what undefined means
231233
readonly exitCode: number | undefined;
232234
}
233235

0 commit comments

Comments
 (0)