Skip to content

Commit

Permalink
polish message for watch task hover (#153606)
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge authored Jun 28, 2022
1 parent e773c97 commit e759e03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class TaskTerminalStatus extends Disposable {
});
problemMatcher.onDidFindErrors(() => {
if (this._marker) {
terminal.addGenericMark(this._marker, { hoverMessage: nls.localize('task.watchFirstError', "First error"), disableCommandStorage: true });
terminal.addGenericMark(this._marker, { hoverMessage: nls.localize('task.watchFirstError', "Beginning of detected errors for this run"), disableCommandStorage: true });
}
});
problemMatcher.onDidRequestInvalidateLastMarker(() => {
Expand Down

0 comments on commit e759e03

Please sign in to comment.