Maurice Jennen
Maurice Jennen
@yufeih any ETA when this feature will be available? Really looking forward to it! Thanks! 😊
Good Morning @Arthurvdv i can share a few bits of our code. This is how we download the LinterCop DLL ```pwsh function Get-LinterCop { [CmdletBinding()] param( [Parameter()] [string]$TargetPath, [Parameter()] [switch]$PreReleases...
Hi @Arthurvdv sorry for the late response. I think you're right. Usually we use `Get-LatestAlLanguageExtensionUrl` but as we started using the preview build, we're using the vsix from the container....
> @mjegob, While it does support the Pre-Release version of the AL Language, I'm not sure if relying on this in your pipelines is the best way forward. It could...