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

Commit

Permalink
cobol-language-support 0.13.0, debugger-for-mainframe 1.2.0 (#598)
Browse files Browse the repository at this point in the history
New versions of plugins cobol-language-support 0.13.0 and debugger-for-mainframe 1.2.0
Deprecate cobol-language-support 0.10.1 and debugger-for-mainframe 1.0.0

Signed-off-by: Filip Kroupa <filip.kroupa@broadcom.com>
  • Loading branch information
filipkroupa committed Aug 31, 2020
1 parent bc4fbb6 commit 968b10e
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 3 deletions.
Expand Up @@ -9,6 +9,9 @@ description: Autocomplete, highlighting and diagnostics for COBOL code and copyb
icon: https://raw.githubusercontent.com/eclipse/che-che4z-lsp-for-cobol/0.10.1/clients/cobol-lsp-vscode-extension/resources/logo.png
repository: https://github.com/eclipse/che-che4z-lsp-for-cobol
category: Language
deprecate:
automigrate: true
migrateTo: broadcommfd/cobol-language-support/latest
spec:
containers:
- image: quay.io/eclipse/che-sidecar-java:11-f76ca45
Expand Down
22 changes: 22 additions & 0 deletions v3/plugins/broadcommfd/cobol-language-support/0.13.0/meta.yaml
@@ -0,0 +1,22 @@
apiVersion: v2
publisher: broadcommfd
name: cobol-language-support
version: 0.13.0
type: VS Code extension
displayName: COBOL Language Support
title: COBOL Language Support
description: Autocomplete, highlighting and diagnostics for COBOL code and copybooks.
icon: https://open-vsx.org/api/BroadcomMFD/cobol-language-support/0.13.0/file/logo.png
repository: https://github.com/eclipse/che-che4z-lsp-for-cobol
category: Language
spec:
containers:
- image: quay.io/eclipse/che-sidecar-java:11-7bd8c8c
memoryLimit: 1Gi
name: cobol-language-support
mountSources: true
env:
- name: ZOWE_CLI_HOME
value: /projects/.zowe
extensions:
- https://open-vsx.org/api/BroadcomMFD/cobol-language-support/0.13.0/file/BroadcomMFD.cobol-language-support-0.13.0.vsix
2 changes: 1 addition & 1 deletion v3/plugins/broadcommfd/cobol-language-support/latest.txt
@@ -1 +1 @@
0.12.0
0.13.0
3 changes: 3 additions & 0 deletions v3/plugins/broadcommfd/debugger-for-mainframe/1.0.0/meta.yaml
Expand Up @@ -10,6 +10,9 @@ icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
repository: https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-mainframe-software/devops/ca-intertest-eclipse-help/11-0/ca-intertest-help.html
category: Debugger
firstPublicationDate: "2019-12-12"
deprecate:
automigrate: true
migrateTo: broadcommfd/debugger-for-mainframe/latest
spec:
containers:
- image: quay.io/eclipse/che-sidecar-java:8-0cfbacb
Expand Down
18 changes: 18 additions & 0 deletions v3/plugins/broadcommfd/debugger-for-mainframe/1.2.0/meta.yaml
@@ -0,0 +1,18 @@
apiVersion: v2
publisher: broadcommfd
name: debugger-for-mainframe
version: 1.2.0
type: VS Code extension
displayName: Debugger for Mainframe
title: Debugger for Mainframe
description: Provides a modern debugging experience for COBOL applications running in a CICS region.
icon: https://open-vsx.org/api/BroadcomMFD/debugger-for-mainframe/1.2.0/file/logo.png
repository: https://github.com/BroadcomMFD/debugger-for-mainframe
category: Debugger
spec:
containers:
- image: quay.io/eclipse/che-sidecar-java:8-0cfbacb
memoryLimit: 512Mi
name: debugger-for-mainframe
extensions:
- https://open-vsx.org/api/BroadcomMFD/debugger-for-mainframe/1.2.0/file/BroadcomMFD.debugger-for-mainframe-1.2.0.vsix
2 changes: 1 addition & 1 deletion v3/plugins/broadcommfd/debugger-for-mainframe/latest.txt
@@ -1 +1 @@
1.1.0
1.2.0
2 changes: 1 addition & 1 deletion vscode-extensions.json
Expand Up @@ -88,7 +88,7 @@
},
{
"repository": "https://github.com/eclipse/che-che4z-lsp-for-cobol",
"revision": "0.12.0",
"revision": "0.13.0",
"directory": "clients/cobol-lsp-vscode-extension/",
"sidecar": {
"image": "quay.io/eclipse/che-sidecar-java:11-7bd8c8c",
Expand Down

0 comments on commit 968b10e

Please sign in to comment.