-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add Vale vscode plugin to the plugin registry #15856
Comments
@mkuznyetsov another 3rd party candidate for building https://github.com/testthedocs/vscode-vale/releases/download/0.9.0/vale-0.9.0.vsix (but not needed in CRW yet, so only if you need another test case for your user doc) |
I think this is a good candidate for our next sprint. |
@themr0c do you have any specific configuration preferences for Vale? Should I add the config files from eclipse-che/che-docs#1057 into the Vale config in the sidecar container? |
See eclipse-che/che#15856 Signed-off-by: Eric Williams <ericwill@redhat.com>
See eclipse-che/che#15856 Signed-off-by: Eric Williams <ericwill@redhat.com>
Add the asciidoctor package to the vale sidecar container. If it's not installed, vale will look for it and return an error. See eclipse-che/che#15856 Signed-off-by: Eric Williams <ericwill@redhat.com>
Add the asciidoctor package to the vale sidecar container. If it's not installed, vale will look for it and return an error. See eclipse-che/che#15856 Signed-off-by: Eric Williams <ericwill@redhat.com>
Fixed by eclipse-che/che-plugin-registry#375 |
Initial contribution of the vscode-vale extension to the Che Plugin Registry. The sidecar container for this extension contains a basic Vale config file. See eclipse-che/che#15856 Signed-off-by: Eric Williams <ericwill@redhat.com>
I think this one can be closed now. |
@ericwill I believe the config for vale should always be defined by the project you are checking. |
Initial contribution of the vscode-vale extension to the Che Plugin Registry. The sidecar container for this extension contains a basic Vale config file. See eclipse-che/che#15856 Signed-off-by: Eric Williams <ericwill@redhat.com>
Is your enhancement related to a problem? Please describe.
To support the case of building Che docs in a Che workspaces, it would be very helpful to have the Vale vscode plugin available in the plugin registry.
The text was updated successfully, but these errors were encountered: