You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a freshly installed 0.9.0 from crates.io, this fails:
$ asm-lsp gen-config --help
INFO [asm_lsp] Starting asm_lsp...
Error: disconnected channel <==== If I press 'Enter', otherwise looping and timing out on some futex
The git repo is initialized in the folder, if that matters.
The language server works fine in nvim.
The text was updated successfully, but these errors were encountered:
The gen-config subcommand was added in #163, which came well after the 0.9.0 release. The new feature will be included in the 0.10.0 release, but in the meantime installing from the master branch is always an option.
I'll update the docs to indicate that gen-config is currently only on the master branch to help avoid further confusion.
On a freshly installed 0.9.0 from crates.io, this fails:
The git repo is initialized in the folder, if that matters.
The language server works fine in nvim.
The text was updated successfully, but these errors were encountered: