-
Notifications
You must be signed in to change notification settings - Fork 100
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
Issue with /Copys (don't found) with new version 2.13.4 and 2.13.5 #2294
Comments
@viruslogic after hovering and seeing not found, please share the contents of your Code for IBM i output channel. |
Hi Liam, of course. This is the output:
The problem is the same as the one I reported yesterday. That member is in another iASP. The real location of the source is: /DATAQP/QSYS.LIB/IDEA.LIB/QRPGSRC.FILE/IFNC000I.MBR As far as I can see, this detail is not taken in consideration when setting up the routes in which to search for this element. |
@viruslogic I believe this was fixed in 2.13.5. @sebjulliand should this have been fixed with #2293 or #2287? |
Just checked. Looks like this should be working: vscode-ibmi/src/api/IBMiContent.ts Line 796 in 7562569
And the test cases are passing. |
Hi @worksofliam and @sebjulliand. For me the problem is not solved in v2.13.5. I attach a screenshot. If you look at the Code for IBM i output, the extension goes crazy trying to locate the HTTPAPI_H.MBR copy. It does not find it. The source I opened to edit is in an ASP (DATAQP) and the copy is in a different ASP (SYSBAS). Spits and spits log lines endlessly If I try to restore the library where the /copy is to the same ASP, problem solved. For the test I duplicated the LIBHTTP library that is in the iASP DATAQP and renamed it LIBHTTP3 in the default iASP (the system's one) In fact, that has been the workaround for me. Move all the libraries where I have my sources to the same iASP. With that, problem solved in my particular case. But I understand that the extension is not working fine for others who are in the same case as me. |
@viruslogic Can you confirm, in your connection settings, you have a source ASP defined? |
Hi @worksofliam. Yes, that's right, I'll show you a screenshot |
Hi, I don't know if it has to do with the bugs that have been fixed in versions 2.13.4 and 2.13.5. But a curious thing happens to me since I have installed the latest releases.
In my code I usually use copys and until now during development, vscode allowed me to see the procedures developed in the copys and the variables defined in the copys. Now it doesn't. If I put the cursor over the reference it says “not found”.
For compiling I have no problem since I use my own utilities. The objects are compiled without problems, but until now this functionality was extraordinarily useful.
As I said, I don't know if it has to do or not with the bugs fixed in versions 2.13.4 and 2.13.5.
Active extensions
Remote system
Enabled features
Shell env
Variants
Errors
The text was updated successfully, but these errors were encountered: