So I’m trying to work off of a fork of the LSP plugin in order to debug some issues I’m having in implementing an LSP server.
So far I have done the following:
-
Uninstalled LSP from the package manager
-
Cloned the LSP plugin repo from github
-
Symlinked the repo directory to Packages/LSP
But it doesn’t really seem to be working - for instance I can’t run LSP: Enable Language Server
in the command palette.
Is there something I’m missing here to “enable” the package or get it working in this context?