Skip to content

Commit 0b45ff8

Browse files
committed
rm accidental extra line
1 parent 9c98056 commit 0b45ff8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ export class InlineCompletionsController extends Disposable {
154154
this.updateObservables(tx, getReason(e))
155155
)));
156156

157-
158157
this._register(editor.onDidChangeCursorPosition(e => transaction(tx => {
159158
/** @description InlineCompletionsController.onDidChangeCursorPosition */
160159
this.updateObservables(tx, VersionIdChangeReason.Other);

0 commit comments

Comments
 (0)