mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
@@ -1358,6 +1358,9 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
return extHostTask.taskExecutions;
|
||||
},
|
||||
onDidStartTask: (listeners, thisArgs?, disposables?) => {
|
||||
if (!isProposedApiEnabled(extension, 'taskExecutionTerminal')) {
|
||||
thisArgs.terminal = undefined;
|
||||
}
|
||||
return _asExtensionEvent(extHostTask.onDidStartTask)(listeners, thisArgs, disposables);
|
||||
},
|
||||
onDidEndTask: (listeners, thisArgs?, disposables?) => {
|
||||
|
||||
Reference in New Issue
Block a user