Open danyill opened 2 months ago
You have a typo: C:PA_Applications/vale3.7.1
, forgot slash.
You have a typo:
C:PA_Applications/vale3.7.1
, forgot slash.
That's true and I'll fix that and try again although I think the current working directory should always be on the path.
Check for existing issues
Describe the feature
I'm trying to use Vale with Asciidoctor.js but having difficulty with finding the executable when running Vale.
I've placed the executable in the same folder as the executable for Vale 3.7.1.
The following commands show that it is correctly on the path (I have explicitly added it to the path although it should be unnecessary and it doesn't work without this either) but it doesn't appear to be callable from within Vale. Is there any way to specify the Asciidoctor command line explicitly?
Background is that I'm trying to set up the external tool configuration for IntelliJ but don't have the ability to install Ruby on my system and was hoping that using the executable Asciidoctor.js would function correctly.