mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Fixes 47563: Provide an API to fetch running task executions
This commit is contained in:
@@ -86,4 +86,9 @@ export interface TaskDTO {
|
||||
export interface TaskExecutionDTO {
|
||||
id: string;
|
||||
task: TaskDTO;
|
||||
}
|
||||
|
||||
export interface TaskFilterDTO {
|
||||
version?: string;
|
||||
type?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user