mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-14 01:34:20 +01:00
one more
This commit is contained in:
@@ -161,8 +161,8 @@ async function withAsyncTestCodeEditorAndInlineCompletionsModel(
|
||||
[ILabelService, new class extends mock<ILabelService>() { }],
|
||||
[IWorkspaceContextService, new class extends mock<IWorkspaceContextService>() { }],
|
||||
[IAccessibilitySignalService, {
|
||||
playAudioCue: async () => { },
|
||||
isEnabled(cue: unknown) { return false; },
|
||||
playSignal: async () => { },
|
||||
isSoundEnabled(signal: unknown) { return false; },
|
||||
} as any]
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user