eget icon indicating copy to clipboard operation
eget copied to clipboard

eget downloads vscode extension rather than binary

Open Dialga opened this issue 1 year ago • 1 comments

eget seems to prefer downloading the vscode extension rather than the release binary.

$ eget rome/tools
https://github.com/rome/tools/releases/download/lsp/v0.24.2/rome_lsp-linux-x64.vsix
Downloading 100% [=======================================================================================================================] (5.4/5.4 MB, 966.668 kB/s)
Extracted `rome_lsp-linux-x64.vsix` to `/home/me/bin/tools
$ tools
-bash: /home/me/bin/tools: cannot execute binary file: Exec format error

Where I was expecting rome-linux-x64 to be downloaded.

Dialga avatar May 27 '23 14:05 Dialga