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

Editing Base Path on a ZE Connection Profile Doesn't Save it #989

Closed
jelaplan opened this issue Aug 24, 2020 · 3 comments · Fixed by #1120
Closed

Editing Base Path on a ZE Connection Profile Doesn't Save it #989

jelaplan opened this issue Aug 24, 2020 · 3 comments · Fixed by #1120
Assignees
Labels
bug Something isn't working

Comments

@jelaplan
Copy link

jelaplan commented Aug 24, 2020

If I create a connection profile and then later go in and edit it and either add a base path or edit the base path, it doesn't save to disk. It works for that session but if I quit VS Code and restart, my changes are gone. I also can't go to the CLI and take advantage of the changes.

@jelaplan jelaplan added the bug Something isn't working label Aug 24, 2020
@crawr
Copy link
Contributor

crawr commented Sep 15, 2020

I encountered the same issue with the encoding field, which is a new field in the zosmf schema.

The edit profile functionality should iterate over the items in this schema, the same way that the create profile does it.

@katelynienaber
Copy link
Contributor

Yes I have the opposite problem...if my profile contains a basePath in YAML:

  • Remove basePath inside Explorer...profile now authenticates properly
  • Restart VSCode
  • Try to use profile again...auth fails, now I have to remove the basePath again...

It's just updating the session, not the YAML file, seems like...

@jellypuno
Copy link
Contributor

Closing issue. Fix is merged in v1.12.x

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

Successfully merging a pull request may close this issue.

4 participants