Remove unused member

This commit is contained in:
Alex Dima 2021-05-21 20:01:40 +02:00
parent 91fdd52d17
commit 84f5040b3d
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0

View file

@ -23,7 +23,6 @@ export class InlineCompletionsModel extends Disposable implements GhostTextWidge
private readonly completionSession = this._register(new MutableDisposable<InlineCompletionsSession>());
private readonly textModel = this.editor.getModel();
private active: boolean = false;
constructor(private readonly editor: IActiveCodeEditor) {