File tree Expand file tree Collapse file tree
src/vs/editor/contrib/gotoError Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ import { basename } from 'vs/base/common/resources';
2525import { IAction } from 'vs/base/common/actions' ;
2626import { IActionBarOptions , ActionsOrientation } from 'vs/base/browser/ui/actionbar/actionbar' ;
2727import { peekViewTitleForeground , peekViewTitleInfoForeground } from 'vs/editor/contrib/referenceSearch/referencesWidget' ;
28- import * as aria from 'vs/base/browser/ui/aria/aria' ;
2928import { SeverityIcon } from 'vs/platform/severityIcon/common/severityIcon' ;
3029
3130class MessageWidget {
@@ -286,8 +285,6 @@ export class MarkerNavigationWidget extends PeekViewWidget {
286285 this . _icon . className = SeverityIcon . className ( MarkerSeverity . toSeverity ( this . _severity ) ) ;
287286
288287 this . editor . revealPositionInCenter ( position , ScrollType . Smooth ) ;
289-
290- aria . alert ( marker . message ) ;
291288 }
292289
293290 updateMarker ( marker : IMarker ) : void {
You can’t perform that action at this time.
0 commit comments