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
We rewrote the SFDX: Install Package command to use the Tooling API directly, so it now works in Web Console without the Salesforce CLI. The command also shows cancellable progress while the install request is polling. (PR #7369)
Changed
salesforcedx-vscode-lwc
You can now rename a Lightning Web Component in Web Console. (PR #7371)
Fixed
salesforcedx-vscode-apex-log
We reduced the number of API calls used to query information related to trace flags. (PR #7391)
salesforcedx-vscode-lwc
You can create a Lightning Web Component from the Explorer context menu, not only the Command Palette. Thanks to @vsdragon626 for the contribution! (PR #7392)