forked from errata-ai/vale-vscode
-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Point to vale binary outside, but relative to workspace #33
Comments
The bug is caused in this: vale-vscode/src/features/vsUtils.ts Lines 10 to 24 in b1819ae
This line: vale-vscode/src/features/vsUtils.ts Line 15 in b1819ae
should be run on the result of this line: vale-vscode/src/features/vsUtils.ts Line 18 in b1819ae
|
hangie
added a commit
to hangie/vale-vscode
that referenced
this issue
Apr 4, 2024
ChrisChinchilla
pushed a commit
that referenced
this issue
Apr 7, 2024
Released in v0.19.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The binary path doesn't allow paths outside of the workspace. We typically have venv a level up as we use multi folder workspaces. I want to point there for vale, but currently that is blocked.
The text was updated successfully, but these errors were encountered: