You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)