-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I am using JCL Check extension first time, and it asked me to input my user and password but I got confused as I expected it to just use the Zowe credentials. So for username I entered user. Now I realise this mistake, I want to go back and change my username, but I can't find the option to change it. I tried uninstalling and reinstalling extension. I tried deleting jclcheck from Zowe global config file, restarting VS Code and readding it back in.
And why it doesn't use Zowe credentials?
My global zowe.config.json file:
{
"$schema": "./zowe.schema.json",
"profiles": {
...other profile types...
"jclcheck": {
"type": "jclcheck",
"properties": {
"port": 7100,
"basePath": "cajclcheck/api/v1",
"rejectUnauthorized": false
},
"secure": []
},
"base": {
"type": "base",
"properties": {
"host": "hostname",
"rejectUnauthorized": false
},
"secure": [
"user",
"password"
]
}
},
"defaults": {
"zosmf": "zosmf",
"tso": "tso",
"ssh": "ssh",
"cics": "cics",
"jclcheck": "jclcheck",
"base": "base"
},
"autoStore": true
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working