microsoft / AL

Home of the Dynamics 365 Business Central AL Language extension for Visual Studio Code. Used to track issues regarding the latest version of the AL compiler and developer tools available in the Visual Studio Code Marketplace or as part of the AL Developer Preview builds for Dynamics 365 Business Central.
MIT License
750 stars 247 forks source link

Explore in VS Code typically fails when started from Business Central #7868

Open kasperdj opened 1 month ago

kasperdj commented 1 month ago

Please include the following with each issue:

1. Describe the bug The "Explore in VS Code" action initiated via the "Page Inspection" in Business Central often ends up in a runtime error in VS Code with a reference to an invalid runtime version.

2. To Reproduce See the details in attached pictures and also in the video showcasing the entire flow:

Image Image Image Image Image

Video of the flow: https://github.com/user-attachments/assets/b631aa2e-1640-48b5-b843-e2491f694415

3. Expected behavior No runtime error and that I am prompted for authentication before the system starts to download symbols

4. Actual behavior I just get a runtime error in VS Code

5. Versions:

jmadrigalTCN commented 1 month ago

The same here

srihamat commented 1 month ago

Today we also found that our BC was upgraded runtime to 14.1, our VS code only have

Image

After we try config our app.json to 14.1 also not working.

Image

NKarolak commented 1 month ago

@srihamat This is a known issue - use the (recently fixed) pre-release version of the AL Language.

sazerezas commented 1 week ago

I'm having the exact same problem as @kasperdj, installed the current VS AL Language extension (v14.1.1180850) but doesn't work. The environment is on version 24.5.23489.25852. Does anyone have a fix?