You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
I'm attempting to integrate textlint into my developer's workflow using a system-wide configuration (and global textlint installation), however the linter extension fails to run with the error "Couldn't start client textlint".
Textlint has been installed globally, and is available in my path:
matthew.jolly@matt-pc ~ $ textlint -v
v11.8.2
I have provided an absolute path to a textlint configuration file (as yaml). This configuration is valid - I am able to call textlint directly from the command line using it and receive the expected output.
I am not receiving any output from the plugin that would help me narrow down the issue, and I've been able to replicate this on both Windows and Linux machines.
Is there something obvious that I've missed?
Thanks!
manojbaishya, mitani24, yuta-ito-hst, poorgeek, aetos382 and 3 more