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

Allow passing argument to jsonnet binary #102

Open
cemoktra opened this issue May 23, 2023 · 1 comment
Open

Allow passing argument to jsonnet binary #102

cemoktra opened this issue May 23, 2023 · 1 comment

Comments

@cemoktra
Copy link

Hi,

i'm using jrsonnet binary as jsonnet binary replacement and use an experimental feature there, for that reason i need to pass an extra argument to the binary. It would be nice to allow setting this via the language server to use inside of vs code rather than command line

@julienduchesne
Copy link
Member

For most things, we do not use any binary because we do not eval, we only parse the AST (using the go lib)

This could possibly be done for eval diagnostics though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants