VS code Endevor Explorer - command 'endevorexplorer.newConnection' not found
search cancel

VS code Endevor Explorer - command 'endevorexplorer.newConnection' not found

book

Article ID: 202635

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

Using VSCode Endevor extension, when clicking plus sign to add new Endevor connection, got "command 'endevorexplorer.newConnection' not found " error. 

Tried to delete Code4z extension and reinstall and problem remains.

Uninstall and reinstall of VSCode does no fix the problem.

 

Environment

Release : 18.1

Component : Zowe Explorer/VS Code Extension

Resolution

  name:     SR01 (default)
  contents:
    host:               XX.XXX.XX.XX
    port:               6002
    user:               managed by @zowe/secure-credential-store-for-zowe-cli
    password:           managed by @zowe/secure-credential-store-for-zowe-cli
    protocol:           http
    basePath:           EndevorService/rest
    rejectUnauthorized: false

The default Endevor profile shows it's using secure credential store to manage the username/password.  Currently, Endevor explorer does not support secure credential store. 

Solution:

Uninstall the Secure Credential Store plug-in, or issue the following command in ZOWE CLI:
zowe config reset CredentialManager
The above command will reset the value of the configuration manager configuration to default, deactivating the plug-in. 
Update Endevor profile to use regular username and password.