Skip to content

Commit c9bce57

Browse files
authored
Merge pull request microsoft#182884 from microsoft/merogge/task-close
finalize `TaskPresentationOptions.close`
2 parents f043f49 + 8eb3d12 commit c9bce57

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/vscode-dts/vscode.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7443,6 +7443,11 @@ declare module 'vscode' {
74437443
* Controls whether the terminal is cleared before executing the task.
74447444
*/
74457445
clear?: boolean;
7446+
7447+
/**
7448+
* Controls whether the terminal is closed after executing the task.
7449+
*/
7450+
close?: boolean;
74467451
}
74477452

74487453
/**

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,5 @@ declare module 'vscode' {
1212
* Controls whether the task is executed in a specific terminal group using split panes.
1313
*/
1414
group?: string;
15-
16-
/**
17-
* Controls whether the terminal is closed after executing the task.
18-
*/
19-
close?: boolean;
2015
}
2116
}

0 commit comments

Comments
 (0)