Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AL Language Syntax Highlights Devops] Missing Keyword Highltighing for protected modifier on procedures #7747

Closed
pri-kise opened this issue May 13, 2024 · 1 comment
Labels
accepted ado-syntax-highlighting Issues related to the new ADO syntax highlighting ships-in-future-update The issue is fixed in our 'master' branch and will ship in the next PREVIEW release

Comments

@pri-kise
Copy link

pri-kise commented May 13, 2024

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 behavior:

  • Create a procedure with the access modifier protected.
    protected procedure IsReportInPreviewMode(): Boolean
    var
        MailManagement: Codeunit "Mail Management";
    begin
        exit(CurrReport.Preview() or MailManagement.IsHandlingGetEmailBody());
    end;

3. Expected behavior
Keyword protected should be highlighted as keyword.

4. Actual behavior
Currently protected keyword is ignored.
image

5. Versions:

  • AL Language Syntax Highlights for Microsoft Dynamics 365 Business Central: 12.7.944946 (Latest)
    Internal work item: AB#536607
@thloke thloke added ado-syntax-highlighting Issues related to the new ADO syntax highlighting accepted labels May 20, 2024
@thloke thloke added accepted and removed accepted labels May 28, 2024
@JesperSchulz JesperSchulz added the ships-in-future-update The issue is fixed in our 'master' branch and will ship in the next PREVIEW release label Jul 23, 2024
@JesperSchulz
Copy link

The fix for this issue has been checked in to the master branch. It will be available in the bcinsider.azurecr.io/bcsandbox-master Docker image starting from platform build number 25.0.21785.0 and VS Code Extension Version 14.0.1075828.

If you don’t have access to these images you need to become part of the Ready2Go program: aka.ms/readytogo

For more details on code branches and docker images please read:
https://blogs.msdn.microsoft.com/nav/2018/05/03/al-developer-previews-multiple-releases-and-github/
https://freddysblog.com/2020/06/25/working-with-artifacts/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted ado-syntax-highlighting Issues related to the new ADO syntax highlighting ships-in-future-update The issue is fixed in our 'master' branch and will ship in the next PREVIEW release
Projects
None yet
Development

No branches or pull requests

3 participants