File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/vs/workbench/contrib/audioCues/browser Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ export class Sound {
138
138
139
139
140
140
public static readonly error = Sound . register ( { fileName : 'error.opus' } ) ;
141
+ public static readonly warning = Sound . register ( { fileName : 'warning.opus' } ) ;
141
142
public static readonly foldedArea = Sound . register ( { fileName : 'foldedAreas.opus' } ) ;
142
143
public static readonly break = Sound . register ( { fileName : 'break.opus' } ) ;
143
144
public static readonly quickFixes = Sound . register ( { fileName : 'quickFixes.opus' } ) ;
@@ -169,7 +170,7 @@ export class AudioCue {
169
170
} ) ;
170
171
public static readonly warning = AudioCue . register ( {
171
172
name : localize ( 'audioCues.lineHasWarning.name' , 'Warning on Line' ) ,
172
- sound : Sound . error ,
173
+ sound : Sound . warning ,
173
174
settingsKey : 'audioCues.lineHasWarning' ,
174
175
} ) ;
175
176
public static readonly foldedArea = AudioCue . register ( {
You can’t perform that action at this time.
0 commit comments