mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
fix typo
This commit is contained in:
parent
a00e9d1317
commit
5292fd7b5e
1 changed files with 2 additions and 2 deletions
|
@ -169,9 +169,9 @@ export class AudioCue {
|
|||
});
|
||||
|
||||
public static readonly noInlayHints = AudioCue.register({
|
||||
name: localize('audioClues.noInlayHints', 'No Inlay Hints available for the current line'),
|
||||
name: localize('audioCues.noInlayHints', 'No Inlay Hints available for the current line'),
|
||||
sound: Sound.error,
|
||||
settingsKey: 'audioClues.noInlayHints'
|
||||
settingsKey: 'audioCues.noInlayHints'
|
||||
});
|
||||
|
||||
private constructor(
|
||||
|
|
Loading…
Reference in a new issue