AL icon indicating copy to clipboard operation
AL copied to clipboard

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...

Results 405 AL issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When I make changes to a file, sometimes the AL formatter errors 'a request has failed' and hangs while saving the file. I don't have steps to...

bug

**1. Describe the bug** The [AA0198](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/analyzers/codecop-aa0198) warning is not issued for local/internal/public return variables of procedures that have the same name as global variables. **2. To Reproduce** Create a (local/internal/public)...

requires-triage
CodeCop
accepted

**1. Describe the bug** Hover window is placed incorrectly when hovering mouse over variable in debugger and previous line has a comment section If I try to move mouse from...

requires-triage

**1. Describe the bug** Upon debugging and at any further indeterminate point, a crash may occur. Debugger will say: `An error occurred while writing to logger(s). (Destination is too short....

debugger
accepted

Please include the following with each issue: **1. Describe the bug** The CodeCop should check for the runtime specified in the app.json and only trigger the warning AA0248 then. **2....

al-compiler-validation
accepted

**1. Describe the bug** FilterGroup(-1) does not apply to pages. **2. To Reproduce** Add this code to the Customer List page: trigger OnOpenPage() begin Rec.FilterGroup(-1); Rec.SetRange("Country/Region Code", 'DE'); Rec.SetRange(Name, 'Relecloud');...

**1. Describe the bug** The Tooltip on the "runtime" property in app.json is wrong and misleading. The tooltip states: The version of the runtime that the project is targeting. The...

**1. Describe the bug** In a new extension configured with **runtime 13.0**, ToolTips can be added at the Table/TableExt Field level instead of at the Page/PageExt level. However, after installing...

Please include the following with each issue: **1. Describe the bug** The protected modifier on procedures isn't highlighted as keywor in azure devops. **2. To Reproduce** Steps to reproduce the...

accepted
ado-syntax-highlighting

Please include the following with each issue: **1. Describe the bug** AW0005 should not be shown for PromptGuide actions **2. To Reproduce** Create a PromptDialog page and add PromptGuide actions....

UICop
accepted