-
Notifications
You must be signed in to change notification settings - Fork 2
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
could jbang-vscode offer to install jbang if it is not available? #53
Comments
Yeah I thought about it, also to embed jbang by default. |
yeah - I was thinking to just do what for windows its a bit more tricky as it might require elevated privileges due to reliance on symbolic linking ;/ |
/cc @quintesse |
I would be -1 on embedding jbang by default; unless its just used as absolute last fallback or we can release vscode-jbang immediately when jbang updates. |
So do you want that we run curl / iex from vscode to trigger the install in a terminal, or do you have something else in mind? |
... like detect if sdkman, homebrew, choco is installed and delegate the JBang installation to those |
its all nice downloading jbang + jbang edit gives you full dev environment but
it would be nice if jbang-vscode could offer to install jbang to make it easy to start from downloading vscode instead of installing script via terminal.
wdyt?
The text was updated successfully, but these errors were encountered: