Skip to content

Commit

Permalink
show a warning instead of info, #64353
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Dec 5, 2018
1 parent fdafac3 commit 5c2aba6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export class ExtensionsAutoProfiler extends Disposable implements IWorkbenchCont

// user-facing message when very bad...
this._notificationService.prompt(
Severity.Info,
Severity.Warning,
localize(
'unresponsive-exthost',
"The extension '{0}' took a very long time to complete its last operation and it has prevented other extensions from running.",
Expand Down

0 comments on commit 5c2aba6

Please sign in to comment.