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 305 AL issues
Sort by recently updated
recently updated
newest added

I would like to be able to get the value of an enum. Currently, I only can get the corresponding number or the caption, but not the value itself. Imagine...

enhancement
al-extensibility

**Describe the bug** I'm running a debugging session on an instance. When I try to view variables in the Run and Debug pane the session terminates with an error: "Unable...

debugger
accepted

Please include the following with each issue: **1. Describe the bug** When publishing a new version of an app in VS Code, an unclear error is shown, making it hard...

platform-schema-sync
accepted

**1. Describe the bug** The AL Language Extension consumes large amounts of memory and considerable CPU resources. ![image](https://user-images.githubusercontent.com/54054409/168805153-38cac215-45c7-4e06-af30-5eddf5bada71.png) Especially the memory consumption confuses me, since none of the sub-processes add...

accepted

XmlElement.InnerXml is missing a setter-function, and apparently we can only read the value in AL, not set a new value. Is this by design and is there a an alternative...

xml

The title says it all: Here is VS Code's view of a project using runtime 2.0 in `app.json` but also using `Enum`s. See how it conflicts with the server's view!...

al-core-compiler
accepted

Lately I've been adding Tooltips to some of our extensions, and I've noticed that I end up writing almost every tooltip twice: once for the list page associated to a...

suggestion
i18n

Please include the following with each issue: **1. Describe the bug** I was transforming code from C/AL to AL and neither the txt2al (it's okay) or the AL vsx did...

bug
metadata

The following code does not work, because the events are never raised. This happens whens the Action in the page uses the RunObject property. It works fine If I: -...

enhancement
al-extensibility
idea

When we add a subscriber with Shift+Alt+E to an event that declares `true` for `IncludeSender`, we only get the other, explicitly written parameters as arguments to our resulting subscriber function....

enhancement
intellisense