Added base class to extend; added initial desired keybindings

This commit is contained in:
2025-05-31 01:10:55 -05:00
parent 05d48c5878
commit fbf6933102
3 changed files with 153 additions and 20 deletions

View File

@@ -84,9 +84,8 @@ export class EditorsComponent {
if ( !session ) return;
let editorComponent = this.editors.get(this.activeEditor)?.instance;
let editor = editorComponent.editor;
let editor = editorComponent.editor;
editor?.setSession(session);
editorComponent.registerEditorToLSPMode();
});
}