We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05ca61 commit 6b11d66Copy full SHA for 6b11d66
src/vs/editor/contrib/inlineCompletions/browser/inlineCompletionsController.ts
@@ -161,7 +161,7 @@ export class InlineCompletionsController extends Disposable {
161
162
this._register(this._contextKeyService.onDidChangeContext((e) => transaction(tx => {
163
if (e.affectsSome(new Set('editorDictation.inProgress'))) {
164
- /** @description speechService.onDidChangeSpeechToTextSession */
+ /** @description contextKeyService.editorDictation.inProgress*/
165
this.updateObservables(tx, VersionIdChangeReason.Other);
166
this.model.get()?.stop(tx);
167
}
0 commit comments