Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Hlasm language support 0.11.1 (#674)
Browse files Browse the repository at this point in the history
* 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
filipkroupa authored Nov 9, 2020
1 parent 1fd7280 commit b02a642
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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
2 changes: 1 addition & 1 deletion v3/plugins/broadcommfd/hlasm-language-support/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
0.11.1
2 changes: 1 addition & 1 deletion vscode-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
},
{
"repository": "https://github.com/eclipse/che-che4z-lsp-for-hlasm",
"revision": "0.11.0",
"revision": "0.11.1",
"directory": "clients/vscode-hlasmplugin/"
},
{
Expand Down

0 comments on commit b02a642

Please sign in to comment.