MCPcopy
hub / github.com/microsoft/vscode / callback

Method callback

src/vs/workbench/api/common/extHostTypes.ts:1293–1295  ·  view source on GitHub ↗
(value: (resolvedDefinition: vscode.TaskDefinition) => Thenable<vscode.Pseudoterminal>)

Source from the content-addressed store, hash-verified

1291 }
1292
1293 public set callback(value: (resolvedDefinition: vscode.TaskDefinition) => Thenable<vscode.Pseudoterminal>) {
1294 this._callback = value;
1295 }
1296
1297 public get callback(): ((resolvedDefinition: vscode.TaskDefinition) => Thenable<vscode.Pseudoterminal>) {
1298 return this._callback;

Callers 11

renderer.jsFile · 0.45
loadMethod · 0.45
handleOpenMethod · 0.45
showProgressMethod · 0.45
runMethod · 0.45
flushMethod · 0.45
$onDidStartTaskFunction · 0.45
_renderFormattedTextFunction · 0.45
platform.tsFile · 0.45
reportMethod · 0.45
handleOpenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected