You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: nls.localize('vscode.extension.activationEvents.onTaskProvide','An activation event emitted whenever VS Code is looking for tasks of a given (or any) type.'),
315
+
body: 'onTaskResolve:${1:taskType}'
316
+
},
317
+
{
318
+
label: 'onTaskResolve',
319
+
description: nls.localize('vscode.extension.activationEvents.onTaskResolve','An activation event emitted whenever a task with the given type gets resolved.'),
0 commit comments