updating LSP service to load language servers dynamically

This commit is contained in:
2025-05-30 01:45:26 -05:00
parent fc7b728fe4
commit 05d48c5878
3 changed files with 25 additions and 22 deletions

View File

@@ -86,7 +86,7 @@ export class EditorsComponent {
let editorComponent = this.editors.get(this.activeEditor)?.instance;
let editor = editorComponent.editor;
editor?.setSession(session);
// editorComponent.registerEditorToLSP();
editorComponent.registerEditorToLSPMode();
});
}