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
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.
The text was updated successfully, but these errors were encountered:
in the readme file, the following command has a wrong url:
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:
This is because the insider version has a space in the pathname.
The text was updated successfully, but these errors were encountered: