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

jq integration doesn't work on Windows #94

Closed
kohenkatz opened this issue Apr 30, 2018 · 3 comments
Closed

jq integration doesn't work on Windows #94

kohenkatz opened this issue Apr 30, 2018 · 3 comments

Comments

@kohenkatz
Copy link

Sublime Text v3.0 build 3143

I have the jq binary for Windows in C:\Programs\jq.exe, and C:\Programs is in my PATH.
When I open a Command Prompt window and run jq --version, I get jq-1.6rc1-10-g7fd9e86, so the PATH is definitely set and working correctly.

However, when I press Ctrl+Shift+Alt+J, the status bar says "./jq tool is not available on your system. http://stedolan.github.io/jq".

How can I get this package to recognize that jq is already installed?

@wjakobw
Copy link

wjakobw commented Jan 17, 2019

Note that you have to restart ST if you add the file to path after trying to find it once. The package remembers that it has tried looking and not found it.

Works for me on W10 and Sublime Text 3.1.1 Build 3176.

@TerminalFi
Copy link
Collaborator

This can also be resolved with the new setting jq_binary

@ShahidRKhan
Copy link

had the same issue with sublimetext 3.
but worked
only after I added its parent folder to the environment variable "Path"
And renamed the downloaded file to "jq.exe"

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

4 participants