Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hover over zowe V2 profile in VSCode is incorrect #1303

Closed
davidkjackson54 opened this issue Feb 7, 2022 · 1 comment
Closed

Hover over zowe V2 profile in VSCode is incorrect #1303

davidkjackson54 opened this issue Feb 7, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@davidkjackson54
Copy link

davidkjackson54 commented Feb 7, 2022

This example snippet of a V2 profile viewed in VSCode.

 "$schema": "./zowe.schema.json",
    "profiles": {
        "d001": {
            "properties": {
                "host": "d001.myurl.com"
            },
            "secure": [
                "user",
                "password"
            ],

If i hover over "properties", this is displayed.

z/OSMF Profile
the profile properties

also, if i hover over "host" this is presented:
The z/OSMF server host name.
This is incorrect as this has nothing to do with z/OSMF

@MikeBauerCA MikeBauerCA added the bug Something isn't working label Feb 7, 2022
@MikeBauerCA MikeBauerCA added this to the Zowe vNext Backlog milestone Feb 7, 2022
@t1m0thyj
Copy link
Member

Fixed this schema issue in zowe/imperative#751 and @zowe/cli@7.0.0-next.202203231654

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants