Skip to content

Release v64.5.1

Choose a tag to compare

@svc-idee-bot svc-idee-bot released this 16 Jul 17:44
· 656 commits to develop since this release

64.5.1 - July 18, 2025

Added

salesforcedx-vscode-core

Fixed

salesforcedx-vscode-apex

  • We fixed a bug that was causing Apex test diagnostics to appear under an "unknown" label in the Problems Tab. (PR #6405)

salesforcedx-vscode-core

  • We fixed a bug where unsaved manifests were being created when the SFDX: Generate Manifest File command is escaped. (PR #6391)

  • We made an improvement to the user experience in the org browser. Users no longer need to click the SFDX: Refresh Types button every time they switch between orgs; the metadata types for the new org are now populated automatically. (PR #6401)

  • We improved the SFDX: Turn On Apex Debug Logs for Replay Debugger command so it doesn't call the sf data:create:record CLI command under the hood. With that change comes a huge performance improvement - now the command completes in about 1/3 of the original runtime! (PR #6386)