-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hlasm language support 0.11.1 (#674)
* hlasm-language-support 0.11.1 New version of plugin hlasm-language-support 0.11.1 Signed-off-by: Filip Kroupa <filip.kroupa@broadcom.com> * Remove hlasm-language-support 0.11.0 Remove older plugin version, as only one should be in the registry. See eclipse-che/che#18183 Signed-off-by: Filip Kroupa <filip.kroupa@broadcom.com>
- Loading branch information
1 parent
1fd7280
commit b02a642
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
...d/hlasm-language-support/0.11.0/meta.yaml → ...d/hlasm-language-support/0.11.1/meta.yaml
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
apiVersion: v2 | ||
publisher: broadcommfd | ||
name: hlasm-language-support | ||
version: 0.11.0 | ||
version: 0.11.1 | ||
type: VS Code extension | ||
displayName: HLASM Language Support | ||
title: HLASM Language Support | ||
description: Code completion, highlighting, browsing and validation for High Level Assembler | ||
icon: https://raw.githubusercontent.com/eclipse/che-che4z-lsp-for-hlasm/0.11.0/clients/vscode-hlasmplugin/resources/logo.png | ||
icon: https://raw.githubusercontent.com/eclipse/che-che4z-lsp-for-hlasm/0.11.1/clients/vscode-hlasmplugin/resources/logo.png | ||
repository: https://github.com/eclipse/che-che4z-lsp-for-hlasm | ||
category: Language | ||
spec: | ||
extensions: | ||
- https://github.com/eclipse/che-che4z-lsp-for-hlasm/releases/download/0.11.0/hlasm-language-support-0.11.0-alpine.vsix | ||
- https://github.com/eclipse/che-che4z-lsp-for-hlasm/releases/download/0.11.1/hlasm-language-support-0.11.1-alpine.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 |
---|---|---|
@@ -1 +1 @@ | ||
0.11.0 | ||
0.11.1 |
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