removing model

This commit is contained in:
Aiday Marlen Kyzy 2023-11-17 17:25:57 +01:00
parent 79102a983b
commit e4886eab7a
No known key found for this signature in database
GPG key ID: 24A8B53DBD26FF4E

View file

@ -68,7 +68,6 @@ class CodeActionOracle extends Disposable {
return undefined;
}
const model = this._editor.getModel();
const selection = this._editor.getSelection();
return selection;