Skip to content

Commit 6b11d66

Browse files
committed
clean up
1 parent d05ca61 commit 6b11d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/contrib/inlineCompletions/browser/inlineCompletionsController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export class InlineCompletionsController extends Disposable {
161161

162162
this._register(this._contextKeyService.onDidChangeContext((e) => transaction(tx => {
163163
if (e.affectsSome(new Set('editorDictation.inProgress'))) {
164-
/** @description speechService.onDidChangeSpeechToTextSession */
164+
/** @description contextKeyService.editorDictation.inProgress*/
165165
this.updateObservables(tx, VersionIdChangeReason.Other);
166166
this.model.get()?.stop(tx);
167167
}

0 commit comments

Comments
 (0)