leona / helix-gpt

Code assistant language server for Helix with support for Copilot/OpenAI/Codeium/Ollama
MIT License
285 stars 19 forks source link

Add a shebang to the bundled file? #15

Closed MatthiasGrandl closed 4 months ago

MatthiasGrandl commented 5 months ago

I did expect I could just execute the downloaded javascript file with bun installed on my system, but since there is no shebang, the system doesn't know how to execute it. I would suggest adding the following shebang to the top of the file:

#!/usr/bin/env bun
leona commented 5 months ago

Cheers for the suggestion. I'll add that in a build step.

leona commented 4 months ago

Added in 0.26