IBM / zopeneditor-about

IBM Z Open Editor: File issues here!
https://ibm.github.io/zopeneditor-about
Apache License 2.0
47 stars 25 forks source link

Z/Open Editor hasn’t seemingly taken account of the Keytar removal from VSCode #359

Closed davidkjackson54 closed 9 months ago

davidkjackson54 commented 9 months ago

It appears that z/Open Editor has not catered for the documented removal of keytar from VSCode that was released over the past few days.

IMG_1167

ibmrcruicks commented 9 months ago

This "error" - flagged with a warning triangle - does not appear to indicate any actual problem with the editors. As long as ZOWE version and VSCode versions are compatible, the editor opens just fine on MVS and USS datasets and files. What does produce an error is trying to find and set the "Zowe Security:Credential Key" as this is no longer provided by the ZOWE extension

davidkjackson54 commented 9 months ago

This problem started to occur yesterday after the update of VSCode v1.83.0 . Nothing else changed. The problem occurs immediately on VSCode startup.

ibmrcruicks commented 9 months ago

V1.83 removed the keytar shim - the Db2 Developer Extension is now properly broken; z Open Editor's error suggests it is broken but probably isn't. The error definitely needs fixed/removed to avoid confusion.

phaumer commented 9 months ago

We have replaced keytar with a new library in Zowe Explorer already for a while now. This error in Z Open Editor pops up because of a test we had forgotten to remove in time. For now you can ignore the warning as the functionality is not impacted. Our next release will have the warning removed. Our apologies for the inconvenience.

ibmrcruicks commented 9 months ago

@phaumer - when is that release due? We have many "new to Z" users who are currently encountering this error as their first experience with open source access to IBM Z.

phaumer commented 9 months ago

@ibmrcruicks I understand, but we cannot talk about release dates outside of the official IBM announcements.

phaumer commented 9 months ago

@ibmrcruicks @davidkjackson54 we just published an emergency fix with version 3.2.3 that gets rid of the dialog.

ibmrcruicks commented 9 months ago

thanks for the speedy turnaround!

davidkjackson54 commented 8 months ago

Thank you.