You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Announcements
1.8.0.6
Issue 719 - Fixed an issue that was causing specific unit test re-execution to run the entire suite instead of the selected test class or method.
Issue 739 - Added support for automatic code folding of type parameters in new/cast expressions.
Issue 742 - Fixed a rare long-standing issue that could occur during metadata retrieval on Windows when short path names were used during relative path computation resulting in incorrect paths.
Fix for an NPE reported by a user when creating a new SFDX project.
Prominent display of deployment failure notifications even during deploy-on-save.
Switched all polling async operations to use a variable-length polling interval of 1 second for the first 10 seconds, 2 seconds for the next 25 seconds, and 5 seconds thereafter. This should allow shorter async operations to complete more quickly within the IDE. Affected operations include deployment, retrieval, delete, and unit test execution.