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
this.messageService.show(Severity.Error,nls.localize('TerminateAction.noProcess','The launched process doesn\'t exist anymore. If the task spawned background tasks exiting VS Code might result in orphaned processes.'));
312
314
}else{
313
315
returnPromise.wrapError(nls.localize('TerminateAction.failed','Failed to terminate running task'));
message: nls.localize('TaskSystem.noProcess','The launched task doesn\'t exist anymore. If the task spawned background processes exiting VS Code might result in orphaned processes. To avoid this start the last background process with a wait flag.'),
867
+
primaryButton: nls.localize({key: 'TaskSystem.exitAnyways',comment: ['&& denotes a mnemonic']},"&&Exit Anyways")
0 commit comments