skip to Main Content

I have installed the "IBM Db2 for z/OS Developer Extension" V2.1.2 on Visual Studio Code V1.83.0.
With the previous version I had no problem and was able to configure and use the plugin.
With this new version I got the following error messages and all my configuration was deleted

– Failed to find keytar module for managing passwords.

– Error running command connectionProvider.add: command ‘connectionProvider.add’ not found. This is likely caused by the extension that contributes connectionProvider.add.

Please could you help me to understand what’s happening?

2

Answers


  1. Chosen as BEST ANSWER

    I tried to check on the plugin settings but I don't find something witch can help me to solve this issue


  2. As for the Keytar error, this is probably because Keytar is deprecated in VS Code and is no longer distributed as part of VS Code installations. See https://code.visualstudio.com/updates/v1_83#_keytar-removed-from-vs-code. You should probably raise an issue ticket to your extension’s maintainer about this (please search first to see if an issue ticket about it has already been raised to them). Actually, the maintainers to this extension have already been notified about this in this issue ticket: Keytar Migration Plan #102.

    As for the other error, I don’t know. It could be a knock-on error caused by the keytar error, or something different.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search