-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBM Z open editor not recognizing file associations and zopeneditor.datasets.jclDatasets #457
Comments
Hi @Madhubalan-p, |
Hi @benjamin-t-santos , I am using the new version of zowe explorer-v3.0.2. |
Hi @Madhubalan-p, Here is a glob pattern you can try in your
Let me know if that works for you. We would like to improve the user experience and avoid situations like this in the future by making Zowe Explorer language agnostic and giving extenders control over how files are associated. Please consider upvoting this issue: zowe/zowe-explorer-vscode#3131 |
thanks @benjamin-t-santos . your suggestion works fine. would be great if the documentation of ibm z open editor is updated also. |
Marking it as an enhancement for our docs. |
We explain the new extension format in our docs: https://ibm.github.io/zopeneditor-about/Docs/setting_fileassociations.html#setting-file-associations |
IBM Z open editor not recognizing file associations and zopeneditor.datasets.jclDatasets
Development environment used
java -version
and paste the details here): openjdk version "21.0.3" 2024-04-16 LTSIBM Semeru Runtime Open Edition 21.0.3.0 (build 21.0.3+9-LTS)
Problem Description
After updating to new version of IBM z open editor-v5.0.0, if I open a member from a dataset called myuser.JCLS from zowe explorer, ibm z open editor is not interpreting it as jcl even though i have declared the files.associations in vscode user settings file (".JCL": "jcl",".JCLS": "jcl",). it is instead interpreting it is as a normal text file. tried both files.associations and "zopeneditor.datasets.jclDatasets". none of them is working.
Detailed steps for reproducing the problem:
IBM z open editor is not interpreting a member from a dataset as jcl even though the file associations and zopeneditor.datasets.jclDatasets have been updated as per dataset name.
IBM z open editor is not interpreting a member from a dataset as jcl after defining file associations and zopeneditor.datasets.jclDatasets as per dataset name.
The text was updated successfully, but these errors were encountered: