Skip to content

Release v67.12.1

Choose a tag to compare

@svc-idee-bot svc-idee-bot released this 19 Aug 16:29
· 30 commits to develop since this release

67.12.1 - August 19, 2026

Added

salesforcedx-vscode-apex

  • SFDX: Create Apex Class and SFDX: Create Apex Trigger now support custom templates. The template list for SFDX: Create Apex Class is now populated dynamically, SFDX: Create Apex Trigger prompts you for the sObject and trigger events up front, and the separate SFDX: Create Apex Unit Test Class command has been folded into SFDX: Create Apex Class. (PR #7960)

Fixed

salesforcedx-vscode-apex

  • We fixed a bug where opening a .cls file in a non-Salesforce workspace could start the Apex language server and create .sfdx/tools/* files. The Apex language server now starts only in Salesforce projects. (PR #7976, ISSUE #7886)

salesforcedx-vscode-core

  • We fixed a bug where xml.preferences.showSchemaDocumentationType was rewritten to none in your workspace settings on every activation, suppressing hover documentation in all XML files. We now respect an existing value, and added the salesforcedx-vscode-core.metadata.doNotSuppressRedhatSchemaDocumentation setting (default false) to always leave the preference untouched. (PR #7983, ISSUE #7967)

salesforcedx-vscode-org-browser

  • We fixed a bug where the Org Browser's Retrieve Metadata, Org Browser: Refresh Type, and Org Browser: Collapse All commands appeared in the command palette even outside a Salesforce project. (PR #7987)

Under the Hood