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 @@ -213,6 +213,7 @@ declare module 'vscode' {
213
213
* The terminal that shell integration has been activated in.
214
214
*/
215
215
readonly terminal : Terminal ;
216
+
216
217
/**
217
218
* The shell integration object.
218
219
*/
@@ -224,10 +225,11 @@ declare module 'vscode' {
224
225
* The terminal shell execution that has ended.
225
226
*/
226
227
readonly execution : TerminalShellExecution ;
228
+
227
229
/**
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.
229
232
*/
230
- // TODO: Explain what undefined means
231
233
readonly exitCode : number | undefined ;
232
234
}
233
235
You can’t perform that action at this time.
0 commit comments