Make all warnings available in visual studio Code
In AL when codecop/compiler generates over 100 warnings for one file any additional warnings are not shown. This prevents user from getting an overview of the total number of warnings in workspace. I understand that this is performance related, but sometimes you simply want them all ( ALRunner: ...
Add commit to telemetry
Sometimes an unexpected commit is executed from code, and when subsequently an error occurs data can be wrong.
These situations are hard to investigate without debugging.
It would be nice to have a telemetry option available that logs every commit from code i...
visual Studio code Debug - auto filter Out of Scope watched expressions
During break in debug session al expressions in Watch window are evaluated. Sometimes most of the expressions are [Out of scope]
Would like to have a filter to automatically exclude these based on the current line in view