File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ declare module 'vscode' {
179
179
* The terminal that shell integration has been activated in.
180
180
*/
181
181
readonly terminal : Terminal ;
182
+
182
183
/**
183
184
* The shell integration object.
184
185
*/
@@ -190,10 +191,11 @@ declare module 'vscode' {
190
191
* The terminal shell execution that has ended.
191
192
*/
192
193
readonly execution : TerminalShellExecution ;
194
+
193
195
/**
194
- * The exit code reported by the shell.
196
+ * The exit code reported by the shell. `undefined` means the shell did not report an exit
197
+ * code or the shell reported a command started before the command finished.
195
198
*/
196
- // TODO: Explain what undefined means
197
199
readonly exitCode : number | undefined ;
198
200
}
199
201
You can’t perform that action at this time.
0 commit comments