-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo xtask install command is not working #139
Comments
hey! Thanks for opening the issue. It's because of a recent refactor where the lsp crate now has a different name. I am currently working on a few improvements to the core logic to make it ready for an alpha release. Will look into xtask and the release process once that's done 🙏🏼 |
Hi! I'm interested in contributing to this LSP, so looking forward to the alpha release :). For the time being, I was able to unblock myself here by following these steps:
|
which commit is now stable?
|
Bug report
Describe the bug
cargo xtask install command is not working properly
To Reproduce
follow readme to install with cargo
Expected behavior
successful installation
System information
macOS 14.5 23F79 arm64
Additional context
crates/postgres_lsp doesn't exists,
cargo install --path crates/pg_lsp --locked --force
worked wellThe text was updated successfully, but these errors were encountered: