anzwdev / al-code-outline

AL Code Outline for Visual Studio Code
MIT License
51 stars 13 forks source link

AZ AL Dev Tools - runtime .app file not showing extended objects #569

Closed Tsmprintvis closed 3 months ago

Tsmprintvis commented 4 months ago

Hi, i wanted to ask on the viewing of the .app file that is possible when installing this extension, not sure if it is called a object browser.

when working with .app packages that is a runtime, we have encountered a problem with viewing extended objects, non extended objects works fine with going to the code when clicking on the object image

when we try to open a extended object image the opening fails and gives error image it seems to be the same for Pageextension, Enumextension, Pagecustomizations - i have not checked this on all extended objects

i could reproduce this in a fresh PTE if needed

anzwdev commented 3 months ago

Hi. Runtime packages don't contain AL source code inside. The code that you see when you try to open an object is downloaded from the BC server by VS Code and works only, if extension publisher allows to see it and does not work with table/page/report extensions.