Mitchell Hanberg

Results 182 comments of Mitchell Hanberg

Yeah the limitation is fine for now, it's basically already a limitation for autocomplete.

Also, I think we should go ahead and make the active parameter work before merging. I imagine you can take the ast you find and then find the parameter the...

![CleanShot 2024-04-12 at 13 19 19@2x](https://github.com/elixir-tools/next-ls/assets/5523984/fae9d569-ce5c-438f-b72f-aac15753d08a) can confirm that the active parameter seems to not be working in the editor, but i rebased on main (i just merged a big...

I think i need to make a patch to spitfire for this to work the way its currently coded.

I was re reading the PR comments and I can't seem to remember what patch I needed to make to spitfire.

I am not able to reproduce.

can you share your OS and CPU architecture? there is a chance it's mis identifying the binary to download

@ketupia That is definitely a bug in the extension, the url should have a ".exe" on the end of it. But I'll note I don't think Next LS works on...

If you set the `cmd` field to the location of your locally built exe, it will disable auto update and still run it through stdio as usual.

Also do you mean auto update or the auto install? Auto update is done by next ls (updates itself in place) and auto install is when the nvim plugin downloads...