antonk52 / basics-language-server

Buffer, path, and snippet completions
MIT License
57 stars 0 forks source link

BUG: Newest version seems to be "broken" for neovim; missing basics-language-server.cmd #10

Open GitMurf opened 4 weeks ago

GitMurf commented 4 weeks ago

I am not completely sure how it is all supposed to work, but I just know I tried updating and it gave me errors and then I reverted back to version 1.0.2 and it worked fine again.

I then did a comparison to the package structure and in the old 1.0.2 (working) it had node_modules/.bin/basics-language-server* (.cmd and .ps1 version as well). But in the updated version all that was there are the 3 installServerIntoExtension* files.

Here is the good WORKING 1.0.2 (these 3 files are completely missing in 1.1.1):

image

GitMurf commented 4 weeks ago

It seems based off the package.json it is supposed to be build to dist/cli.js and dist/connection.js ...

image

But the actual install has src in the path:

image