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

Zowe Config Auto-Init Instructions #2112

Open
dkelosky opened this issue Apr 5, 2024 · 1 comment
Open

Zowe Config Auto-Init Instructions #2112

dkelosky opened this issue Apr 5, 2024 · 1 comment
Labels
bug Something isn't working priority-low Legit issue but cosmetic or nice-to-have severity-low Bug that makes the usage of the Zowe less convenient but doesn't impact key use cases

Comments

@dkelosky
Copy link
Contributor

dkelosky commented Apr 5, 2024

Describe the bug

If I run zowe config auto-init, the defaults section of the config is generated like this:

    "defaults": {
        "endevor": "caendevorapi",
        // Multiple services were detected.
        // Uncomment one of the lines below to set a different default.
        // "zosmf": "ibmzosmf"
        // "zosmf": "zosmf",
        "base": "base",
    },

The comment states //Uncomment one of the lines below to set a different default.. This is super picky, but when you uncomment, this line // "zosmf": "ibmzosmf" you get an error in the JSON because of the missing trailing comma.

Expected and actual results

Since this is actually a JSONC file, can a trailing comma be added to this comment line?

Describe your environment

Additional context

@dkelosky dkelosky added bug Something isn't working new The issue wasn't triaged yet labels Apr 5, 2024
Copy link

github-actions bot commented Apr 5, 2024

Thank you for creating a bug report.
We will investigate the bug and evaluate its impact on the product.
If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.

@zFernand0 zFernand0 added priority-low Legit issue but cosmetic or nice-to-have severity-low Bug that makes the usage of the Zowe less convenient but doesn't impact key use cases and removed new The issue wasn't triaged yet labels Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-low Legit issue but cosmetic or nice-to-have severity-low Bug that makes the usage of the Zowe less convenient but doesn't impact key use cases
Projects
Status: Low Priority
Development

No branches or pull requests

2 participants