This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 18
Avoid need for end-user to install Vale CLI #75
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
2 solutions:
** It will avoid to ask user where it is installed.
** It is possible to provide platform-specific VS code extension. But as a first iteration given that the vale cli size is not that important (<7Mo), we can imagine to embed all of them in the extension.
** the drawback is that it requires to release VS code when a new release of vale cli is provided
** ensures latest version of cli used
** harder to implement
** not working on airgapped environments
** if latest cli contains incompatible change, it will break the vs code extension
The text was updated successfully, but these errors were encountered: