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 9c98056 commit 0b45ff8Copy full SHA for 0b45ff8
src/vs/editor/contrib/inlineCompletions/browser/inlineCompletionsController.ts
@@ -154,7 +154,6 @@ export class InlineCompletionsController extends Disposable {
154
this.updateObservables(tx, getReason(e))
155
)));
156
157
-
158
this._register(editor.onDidChangeCursorPosition(e => transaction(tx => {
159
/** @description InlineCompletionsController.onDidChangeCursorPosition */
160
this.updateObservables(tx, VersionIdChangeReason.Other);
0 commit comments