Skip to content
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

Install url is wrong, also vs code extension uses wrong url #40

Closed
obayit opened this issue Dec 18, 2024 · 0 comments
Closed

Install url is wrong, also vs code extension uses wrong url #40

obayit opened this issue Dec 18, 2024 · 0 comments
Labels
bug Something isn't working has-fix To be fixed via a commit vscode Issue is specific to VSCode

Comments

@obayit
Copy link

obayit commented Dec 18, 2024

in the readme file, the following command has a wrong url:

curl -L https://github.com/Desdaemon/odoo-lsp/releases/download/nightly/odoo-lsp-x86_64-unknown-linux-musl.tgz | tar -xzvf -

The url is missing the date.

Also vs-code extension on ubuntu is using wrong url, I had to install the binary manually. Gives following error:

Failed to download extension update: Error: Command failed: curl -Lo /home/obayit/.config/Code - Insiders/User/globalStorage/desdaemon.odoo-lsp/odoo-lsp.vsix https://github.com/Desdaemon/odoo-lsp/releases/download/nightly-20241128/odoo-lsp-0.5.0.vsix
curl: option -: is unknown
curl: try 'curl --help' or 'curl --manual' for more information

This is because the insider version has a space in the pathname.

@Desdaemon Desdaemon added bug Something isn't working vscode Issue is specific to VSCode labels Dec 18, 2024
Desdaemon added a commit that referenced this issue Feb 8, 2025
@Desdaemon Desdaemon added the has-fix To be fixed via a commit label Feb 8, 2025
Desdaemon added a commit that referenced this issue Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working has-fix To be fixed via a commit vscode Issue is specific to VSCode
Projects
None yet
Development

No branches or pull requests

2 participants