rm accidental extra line

This commit is contained in:
meganrogge 2024-04-10 07:27:04 -07:00
parent 9c98056dd7
commit 0b45ff8058
No known key found for this signature in database
GPG key ID: AA74638D4878183D

View file

@ -154,7 +154,6 @@ export class InlineCompletionsController extends Disposable {
this.updateObservables(tx, getReason(e))
)));
this._register(editor.onDidChangeCursorPosition(e => transaction(tx => {
/** @description InlineCompletionsController.onDidChangeCursorPosition */
this.updateObservables(tx, VersionIdChangeReason.Other);