Open mjang opened 5 years ago
Did you ever get this working? I have the same issue, albeit in Windows. Same thing, I have Vale working perfectly in commandline, but nothing I do can get Atom to work with it via atomic-vale. I've been tinkering with it a couple of days now. Cheers.
I've tried setting up Vale with the atomic-vale, and I get no output.
My configuration:
vale version 1.2.7, downloaded via the tar.gz file, installed in /usr/local/bin atom 1.34.0 x64 .vale in my Git Repo directory Configuration *.yml files in /path/to/gitRepo/vale subdirectories
In Atom, under Settings / Packages, I've tried, under scopes:
default text.md
Under "Path to your vale installation" I've tried
default vale /usr/local/bin/vale
I get no output in my MD files, I don't see any logs, I don't see anything produced in the dev console. I gather others have it working in Mac....
(I've successfully set up and got Vale working in vim and vsCode on Ubuntu 18.04, with the same configuration.. I also get output from running
vale
in the directory with my doc git repo.)