idok / scss-lint-plugin

SCSS Lint plugin for intellij
http://plugins.jetbrains.com/plugin/7530
93 stars 8 forks source link

Choose button disabled on Path To Executable #25

Closed monte-hayward closed 9 years ago

monte-hayward commented 9 years ago

How do I designate the executable

Near as I can tell, the "executable" is here: /Users/monte/Library/Application Support/WebStorm11/scss-lint-plugin/lib/scss-lint-plugin.jar

However, when I navigate to that location, the jars are not selectable. This is true with or without chmod +x *.jar

The directories enable "Choose" button, but then choose just opens the directory, and the buttons is again disabled/

monte-hayward commented 9 years ago

fwiw, Webstorm 11 EAP is the IDE in question

monte-hayward commented 9 years ago

I managed to paste in the path, instead of navigate. No love I then tried "install plugin from file", and pointed out the zip file, which Webstorm accepted. chmod +x *.jar

Then, opening an scss file, I got this: /Users/me/Library/Application Support/WebStorm11/scss-lint-plugin/lib/scss-lint-plugin.jar: /Users/me/Library/Application Support/WebStorm11/scss-lint-plugin/lib/scss-lint-plugin.jar: cannot execute binary file

idok commented 9 years ago

The required executable path is the scss-lint execuable, for example: /usr/bin/scss-lint