zowe / cics-for-zowe-client

Monorepo for all CICS related APIs and Apps built by Zowe Clients
https://www.zowe.org/
Eclipse Public License 2.0
1 stars 3 forks source link

When loading VS Code Zowe Explorer for IBM CICS extension the `cics` property is not added to zowe.schema.json #31

Closed Joe-Winchester closed 2 months ago

Joe-Winchester commented 7 months ago

Load the Zowe Explorer for IBM CICS into VS Code.

Edit zowe.config.json and the "cics" profile type is not valid.

Temporary fix to load the CLI CICS profile, which adds "cics" but the value should have been introduced ideally when the VS Code extension was added.

                        "type": {
                            "description": "Profile type",
                            "type": "string",
                            "enum": [
                                "zosmf",
                                "tso",
                                "ssh",
                                "cics",
                                "base"
                            ]
adam-wolfe commented 7 months ago

Related to https://github.com/zowe/vscode-extension-for-zowe/issues/2508

zFernand0 commented 2 months ago

I believe this was resolved with a recent Zowe Explorer update (2.15.1)