Replies: 2 comments
-
|
Thank you for creating a bug report. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@JTonda why is that a discussion (and labeled as bug), not an issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Four months ago, everything worked like a charm...
Several updates to the OS and vscode later, the profiles cannot be loaded any more:
(and then I see the unchanged config with no error shown):
{ "$schema": "./zowe.schema.json", "profiles": { "LearnCOBOL": { "properties": { "host": "example.company-name.net" }, "profiles": { "zosmf": { "type": "zosmf", "properties": { "port": 10443 } } }, "secure": [ "user", "password" ] }, "base": { "type": "base", "properties": { "rejectUnauthorized": false }, "secure": [] } }, "defaults": { "zosmf": "LearnCOBOL.zosmf", "base": "base" }, "plugins": [] }SSH login outside of vscode (or in its terminal) still works,
Expected behavior
Zowe config loading works, or clear messages what the error is.
Desktop (please complete the following information):
Additional context
When downgrading to 2.18.0 I've seen a different error message:
Manually installing that, I got a different message on window reload:
After then upgrading to 2.18.1 I get
(installing that module via npm install did nit help, neither with nor without -g option, so I've removed both after the test)
After upgrading to newest version again I get:
with a hint to the log that contains the same message
Beta Was this translation helpful? Give feedback.
All reactions