forked from eclipse-che/che-plugin-registry
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
apiVersion: v2 | ||
publisher: testthedocs | ||
name: vale | ||
version: 0.9.1 | ||
type: VS Code extension | ||
displayName: Vale | ||
title: Vale | ||
description: Lint documents with Vale | ||
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg | ||
repository: https://github.com/testthedocs/vscode-vale | ||
category: Other | ||
firstPublicationDate: "2020-01-30" | ||
spec: | ||
containers: | ||
- image: "quay.io/eclipse/che-sidecar-vale:0.9.1-82a757a" | ||
name: "vscode-vale" | ||
memoryLimit: "512Mi" | ||
extensions: | ||
- https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-vale/vale-0.9.1.vsix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0.9.1 |