Release v65.15.2
65.15.2 - January 28, 2026
Added
salesforcedx-vscode-apex-testing
salesforcedx-vscode-services
- We modernized the Apex testing extension to improve modularity and prepare it for browser-based (web) environments. This update removes legacy dependencies, streamlines configuration and activation behavior, and introduces a new setting to control retrieval of Apex test code coverage results. These changes improve maintainability today and enable broader platform support going forward. (PR #6774)
Fixed
salesforcedx-vscode-apex-testing
- We fixed an issue where the
test-run-conciseoption displayed both passing and failing test results instead of only failures. Thank you Kyle Capehart for submitting this issue. ()