1. Describe the bug
The syntax highlighting for enabled (normal) vs disabled (grey italic) code is wrong.
2. To Reproduce
Steps to reproduce the behavior:
- Create project
- add "FOO" to preprocessorSymbols in app.json
- Add this code:
codeunit 50000 "test codeunit"
{
// FOO is set in app.json
#if FOO
procedure Bar()
begin
end;
#else
procedure Baz()
begin
message('test');
end;
#endif
}
3. Expected behavior
4. Actual behavior

5. Versions:
Not working in version: 18.0.2293710 (pre-release)
Working in version: Version: 18.0.2242655 (pre-release)
Internal work item: AB#639565
1. Describe the bug
The syntax highlighting for enabled (normal) vs disabled (grey italic) code is wrong.
2. To Reproduce
Steps to reproduce the behavior:
3. Expected behavior
4. Actual behavior

5. Versions:
Not working in version: 18.0.2293710 (pre-release)
Working in version: Version: 18.0.2242655 (pre-release)
Internal work item: AB#639565