Skip to content

Releases: forcedotcom/salesforcedx-vscode

Release v56.3.1

27 Oct 20:24
Compare
Choose a tag to compare

56.3.1 - October 29, 2022

We made lots of under the hood updates in this release that involved:

  • Addition of new jest unit tests for test infrastructure hardening.
  • A major upgrade to the version of the @salesforce/core library to reach parity with CLI dependencies.
  • A new way of bundling extensions that resulted in a smaller increase in the size of the Extension Pack.

Added

salesforcedx-vscode-core

  • We added support for renaming aura event bundles. (PR #4441)

  • You can now run the new SFDX: Open Documentation command from an open file to access in context documentation. (PR #4414)

Fixed

salesforcedx-vscode-core

  • We made some updates under the hood. (PR #4408)

salesforcedx-utils

  • We made some updates under the hood. (PR #4470)

salesforcedx-utils-vscode

salesforcedx-vscode-core

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We fixed an issue that caused double logging from lwc language server on error. (PR #4473)

55.8.0 - August 4, 2022

Added

salesforcedx-vscode-core

  • We added a notification that warns you about scratch org expiration in advance so that you can back up any relevant data or settings. (PR #4304)

salesforcedx-vscode-core, salesforcedx-vscode-apex, salesforcedx-utils-vscode, salesforcedx-vscode-apex-replay-debugger

  • We added a setting that lets you choose the option to clear the current content of the output tab before a new command is executed. (PR #4318)

55.7.0 - July 27, 2022

Fixed

docs, salesforcedx-vscode-apex

  • We updated some Java installation links in our docs. (PR #4305)

55.6.0 - July 21, 2022

Fixed

salesforcedx-vscode-core

  • Fixed an issue where users were unable to rename an LWC component inside of the __tests__ directory. (PR #4225)

docs

  • We made some updates under the hood. (PR #4277)

55.4.1 - July 8, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted changes assoicated with PR #4240 due to issues with deploy/retrieve on windows.

55.4.0 - July 7, 2022

Fixed

salesforcedx-vscode-core

  • The links in the problems tab now correctly point to error locations in a file. (PR #4246, PR #4241)

  • Fixed an issue where making only a case change when renaming an Apex class caused an error. (PR #4240)

55.3.0 - June 29, 2022

Fixed

salesforcedx-vscode-core

  • You can now access the SFDX Create Apex Class command when you right-click on a sub-folder of the classes project folder. (PR #4224)

55.2.0 - June 22, 2022

Fixed

docs

  • We made some updates under the hood. (PR #4147)

salesforcedx-vscode-core

  • We fixed an issue where you could run the SFDX Generate Manifest File command to create a manifest file from any folder in your project. The command is now only available by right clicking on any folder or file in the force-app package directory folder. (PR #4208)

  • We updated @salesforce/templates to 55.0.0 to give you a default unit test in addition to the other component files when you create a new LWC component using the template. (PR #4203)

55.0.0 - June 10, 2022

Added

salesforcedx-vscode-core

  • Thanks to a contribution from @shunkosa, we updated our Japanese commands. We love our Open Source community. (PR #4186)

Fixed

salesforcedx-vscode-core

  • We made some updates under the hood. (PR #4165)

  • We fixed an issue where the SFDX: Create Lightning Web Component Test command threw an error when you exited out of the command prematurely. (PR #4143)

54.15.0 - June 1, 2022

Added

salesforcedx-vscode-core

  • The SFDX: Rename Component command now prevents you from renaming an LWC or Aura component if the new name breaks any naming rules. New LWC component names are automatically revised to start with a lower-case letter if they don't already. (PR #4145)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • You can now use Ctrl+Space to retrigger autocomplete within code braces ({}) in an HTML file. Previously, if you moved away from or deleted content within code braces, you lost autocompletion. (PR #4144)

54.12.0 - May 14, 2022

Fixed

salesforcedx-vscode-core

  • We added the ability to stop containerless function (PR #4025)

54.11.0 - May 4, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it prevents a component from being renamed if the component bundle already contains a file with that name. (PR #4039).
  • Fixed some under-the-hood issues. (PR #4069).

54.9.0 - April 21, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it now correctly renames the file in the __tests__ folder for LWC components that has the same name as the component being renamed (PR #4020).
  • We added support for debugging JavaScript in containerless functions (PR#4001).
  • We fixed an issue that prevented Standard Value Sets from being displayed in the Org Browser(PR # 3992). Fixes Issue #1579

54.8.0 - April 13, 2022

Fixed

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We now consume the latest lightning-language-server packages, which fixes the textDocument/hover error when the package incorrectly parsed the content of .js files (PR #4003). Fixes Issue #3929.

salesforcedx-vscode-core

  • We now strip leading and trailing white spaces from the project name when you create a project using the SFDX: Create Project command. (PR #3950). Fixes Issue #2605

54.7.0 - April 6, 2022

Added

salesforcedx-vscode-core

  • Right-click and run the new SFDX: Rename Component command to quickly rename all the files of an LWC component (js, html, css, js-meta.xml file types) or an Aura component (auradoc, cmp, cmp-meta.xml, css, design, svg, contoller, helper, renderer, js file types) using a single command (PR #3923).

54.6.1 - March 23, 2022

Fixed

  • Fixed inconsistent published package versions caused by issues with the availability of the VSCode Marketplace during publish of v54.6.0.

docs

  • Improved documentation regarding org browser behavior (PR #3941) and fixed broken links (PR #3939).

54.6.0 - March 23, 2022

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Took advantage of recent updates to lightning langauage server packages and the iterator template directive. Improved directive descriptions. (PR #3891)

salesforcedx-vscode-lwc

  • Added a new debug configuration for creating LWC jest tests so that you can easily write JavaScript tests for your Lightning web components. ([PR #3920](https://github.com/forcedotc...
Read more

Pre-Release v55.12.2022091401

14 Sep 18:31
Compare
Choose a tag to compare
Pre-release

55.12.2022091401 - September 14, 2022

Pre-Release Beta

To test the beta:

  • Open VS Code (or VS Code Insiders if that's what you use)
  • Download all of the .vsix files attached to this release
  • On the Extensions tab, select 'Install from VSIX'
    Screen Shot 2022-08-24 at 4 17 57 PM
  • Select all of the .vsix files you just downloaded
  • Wait for all of the extensions to show 'Reload Required' (other than the SLDS Validator; not included)
    Screen Shot 2022-08-24 at 4 20 37 PM
  • Select any of the Reload Required buttons
  • Open VS Code and confirm the updated version.

If you run into any issues, navigate to the Salesforce Extensions Pack in the Extensions tab, and select an older version (55.8.0 was the last one published). Otherwise, you'll be updated like normal when the next version is published through the VS Code Marketplace.

Fixed

  • We made some changes under the hood. (PR #4419, PR #4412, PR #4370)
  • We rolled back a change that introduced a bug with the generate manifest command (#4411)
  • We added the "SFDX: Open Documentation" command to easily open the VS Code Extensions for Salesforce documentation from the IDE (#4414)
  • We fixed an issue where .soql and Anonymous Apex files would attempt to deploy on save (#4410)

Pre-Release v55.11.2022083101

01 Sep 21:38
Compare
Choose a tag to compare
Pre-release

55.11.2022083101 - September 1, 2022

Pre-Release Beta

To test the beta:

  • Open VS Code (or VS Code Insiders if that's what you use)
  • Download all of the .vsix files attached to this release
  • On the Extensions tab, select 'Install from VSIX'
    Screen Shot 2022-08-24 at 4 17 57 PM
  • Select all of the .vsix files you just downloaded
  • Wait for all of the extensions to show 'Reload Required' (other than the SLDS Validator; not included)
    Screen Shot 2022-08-24 at 4 20 37 PM
  • Select any of the Reload Required buttons
  • Open VS Code and confirm the updated version.

If you run into any issues, navigate to the Salesforce Extensions Pack in the Extensions tab, and select an older version (55.8.0 was the last one published). Otherwise, you'll be updated like normal when the next version is published through the VS Code Marketplace.

Fixed

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #4378)

Pre-Release v55.10.2022082401

24 Aug 18:48
795a122
Compare
Choose a tag to compare
Pre-release

55.10.2022082401 - August 24, 2022

Pre-Release Beta

To test the beta:

  • Open VS Code (or VS Code Insiders if that's what you use)
  • Download all of the .vsix files attached to this release
  • On the Extensions tab, select 'Install from VSIX'
    Screen Shot 2022-08-24 at 4 17 57 PM
  • Select all of the .vsix files you just downloaded
  • Wait for all of the extensions to show 'Reload Required' (other than the SLDS Validator; not included)
    Screen Shot 2022-08-24 at 4 20 37 PM
  • Select any of the Reload Required buttons
  • Open VS Code and confirm the updated version.

If you run into any issues, navigate to the Salesforce Extensions Pack in the Extensions tab, and select an older version (55.8.0 was the last one published). Otherwise, you'll be updated like normal when the next version is published through the VS Code Marketplace.

Fixed

salesforcedx-vscode-core

  • We fixed an issue with an error message for the SObject refresh process being incorrectly displayed. (PR #4353)
  • We re-fixed an issue where making only a case change when renaming an Apex class caused an error. (PR #4362)

salesforcedx-vscode-core, salesforcedx-sojbects-faux-gennerator, salesforcedx-vscode-apex, salesforcedx-utils-vscode, salesforcedx-vscode-apex-replay-debugger, salesforcedx-vscode-lightning, salesforcedx-vscode-lwc, salesforcedx-vscode-soql

  • We made some changes under the hood. (PR #4342)

Release v55.8.0

03 Aug 19:30
Compare
Choose a tag to compare

55.8.0 - August 4, 2022

Added

salesforcedx-vscode-core

  • We added a notification that warns you about scratch org expiration in advance so that you can back up any relevant data or settings. (PR #4304)

salesforcedx-vscode-core, salesforcedx-vscode-apex, salesforcedx-utils-vscode, salesforcedx-vscode-apex-replay-debugger

  • We added a setting that lets you choose the option to clear the current content of the output tab before a new command is executed. (PR #4318)

55.7.0 - July 27, 2022

Fixed

docs, salesforcedx-vscode-apex

  • We updated some Java installation links in our docs. (PR #4305)

55.6.0 - July 21, 2022

Fixed

salesforcedx-vscode-core

  • Fixed an issue where users were unable to rename an LWC component inside of the __tests__ directory. (PR #4225)

docs

  • We made some updates under the hood. (PR #4277)

55.4.1 - July 8, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted changes assoicated with PR #4240 due to issues with deploy/retrieve on windows.

55.4.0 - July 7, 2022

Fixed

salesforcedx-vscode-core

  • The links in the problems tab now correctly point to error locations in a file. (PR #4246, PR #4241)

  • Fixed an issue where making only a case change when renaming an Apex class caused an error. (PR #4240)

55.3.0 - June 29, 2022

Fixed

salesforcedx-vscode-core

  • You can now access the SFDX Create Apex Class command when you right-click on a sub-folder of the classes project folder. (PR #4224)

55.2.0 - June 22, 2022

Fixed

docs

  • We made some updates under the hood. (PR #4147)

salesforcedx-vscode-core

  • We fixed an issue where you could run the SFDX Generate Manifest File command to create a manifest file from any folder in your project. The command is now only available by right clicking on any folder or file in the force-app package directory folder. (PR #4208)

  • We updated @salesforce/templates to 55.0.0 to give you a default unit test in addition to the other component files when you create a new LWC component using the template. (PR #4203)

55.0.0 - June 10, 2022

Added

salesforcedx-vscode-core

  • Thanks to a contribution from @shunkosa, we updated our Japanese commands. We love our Open Source community. (PR #4186)

Fixed

salesforcedx-vscode-core

  • We made some updates under the hood. (PR #4165)

  • We fixed an issue where the SFDX: Create Lightning Web Component Test command threw an error when you exited out of the command prematurely. (PR #4143)

54.15.0 - June 1, 2022

Added

salesforcedx-vscode-core

  • The SFDX: Rename Component command now prevents you from renaming an LWC or Aura component if the new name breaks any naming rules. New LWC component names are automatically revised to start with a lower-case letter if they don't already. (PR #4145)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • You can now use Ctrl+Space to retrigger autocomplete within code braces ({}) in an HTML file. Previously, if you moved away from or deleted content within code braces, you lost autocompletion. (PR #4144)

54.12.0 - May 14, 2022

Fixed

salesforcedx-vscode-core

  • We added the ability to stop containerless function (PR #4025)

54.11.0 - May 4, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it prevents a component from being renamed if the component bundle already contains a file with that name. (PR #4039).
  • Fixed some under-the-hood issues. (PR #4069).

54.9.0 - April 21, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it now correctly renames the file in the __tests__ folder for LWC components that has the same name as the component being renamed (PR #4020).
  • We added support for debugging JavaScript in containerless functions (PR#4001).
  • We fixed an issue that prevented Standard Value Sets from being displayed in the Org Browser(PR # 3992). Fixes Issue #1579

54.8.0 - April 13, 2022

Fixed

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We now consume the latest lightning-language-server packages, which fixes the textDocument/hover error when the package incorrectly parsed the content of .js files (PR #4003). Fixes Issue #3929.

salesforcedx-vscode-core

  • We now strip leading and trailing white spaces from the project name when you create a project using the SFDX: Create Project command. (PR #3950). Fixes Issue #2605

54.7.0 - April 6, 2022

Added

salesforcedx-vscode-core

  • Right-click and run the new SFDX: Rename Component command to quickly rename all the files of an LWC component (js, html, css, js-meta.xml file types) or an Aura component (auradoc, cmp, cmp-meta.xml, css, design, svg, contoller, helper, renderer, js file types) using a single command (PR #3923).

54.6.1 - March 23, 2022

Fixed

  • Fixed inconsistent published package versions caused by issues with the availability of the VSCode Marketplace during publish of v54.6.0.

docs

  • Improved documentation regarding org browser behavior (PR #3941) and fixed broken links (PR #3939).

54.6.0 - March 23, 2022

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Took advantage of recent updates to lightning langauage server packages and the iterator template directive. Improved directive descriptions. (PR #3891)

salesforcedx-vscode-lwc

  • Added a new debug configuration for creating LWC jest tests so that you can easily write JavaScript tests for your Lightning web components. (PR #3920)

Fixed

docs

  • Updated Java Setup instructions to include instructions for JDK 17. (PR #3909)

salesforcedx-utils-vscode, salesforcedx-vscode-apex, salesforcedx-vscode-apex-replay-debugger, salesforcedx-vscode-soql

salesforcedx-vscode-core

  • Retrieve components within folders for metadata types such as Reports, Dashboards, Documents, and EmailTemplates. Before this update, it wasn't possible to retrieve individual component metadata from within folders. (PR #3892)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Fixed some issues with autocompletion in template JS files. (PR #3931,PR #3931)

54.5.0 - March 14, 2022

Fixed

salesforcedx-vscode-core

  • We’ve updated the library that supports Salesforce Templates commands in VS Code so that it now uses API version 54.0 when generating new metadata from our standard templates.(PR #3749)

54.4.1 - March 10, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted the source-deploy-retrieve library to v5.12.2 because it was sometimes failing on OSX Monterey.

54.4.0 - March 9, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Diff Folder Against Org command so that it now diffs objects against orgs correctly. (PR #3876)

54.3.0 - March 3, 2022

Added

salesforcedx-vscode-core

  • We’ve made the functionality of older versions of some commands available for you to use with your existing scratch org...
Read more

Release v55.7.0

27 Jul 17:49
Compare
Choose a tag to compare

55.7.0 - July 27, 2022

Fixed

docs, #### salesforcedx-vscode-apex

  • We updated some Java installation links in our docs. (PR #4305)

55.6.0 - July 21, 2022

Fixed

salesforcedx-vscode-core

  • Fixed an issue where users were unable to rename an LWC component inside of the __tests__ directory. (PR #4225)

docs

  • We made some updates under the hood. (PR #4277)

55.4.1 - July 8, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted changes assoicated with PR #4240 due to issues with deploy/retrieve on windows.

55.4.0 - July 7, 2022

Fixed

salesforcedx-vscode-core

  • The links in the problems tab now correctly point to error locations in a file. (PR #4246, PR #4241)

  • Fixed an issue where making only a case change when renaming an Apex class caused an error. (PR #4240)

55.3.0 - June 29, 2022

Fixed

salesforcedx-vscode-core

  • You can now access the SFDX Create Apex Class command when you right-click on a sub-folder of the classes project folder. (PR #4224)

55.2.0 - June 22, 2022

Fixed

docs

  • We made some updates under the hood. (PR #4147)

salesforcedx-vscode-core

  • We fixed an issue where you could run the SFDX Generate Manifest File command to create a manifest file from any folder in your project. The command is now only available by right clicking on any folder or file in the force-app package directory folder. (PR #4208)

  • We updated @salesforce/templates to 55.0.0 to give you a default unit test in addition to the other component files when you create a new LWC component using the template. (PR #4203)

55.0.0 - June 10, 2022

Added

salesforcedx-vscode-core

  • Thanks to a contribution from @shunkosa, we updated our Japanese commands. We love our Open Source community. (PR #4186)

Fixed

salesforcedx-vscode-core

  • We made some updates under the hood. (PR #4165)

  • We fixed an issue where the SFDX: Create Lightning Web Component Test command threw an error when you exited out of the command prematurely. (PR #4143)

54.15.0 - June 1, 2022

Added

salesforcedx-vscode-core

  • The SFDX: Rename Component command now prevents you from renaming an LWC or Aura component if the new name breaks any naming rules. New LWC component names are automatically revised to start with a lower-case letter if they don't already. (PR #4145)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • You can now use Ctrl+Space to retrigger autocomplete within code braces ({}) in an HTML file. Previously, if you moved away from or deleted content within code braces, you lost autocompletion. (PR #4144)

54.12.0 - May 14, 2022

Fixed

salesforcedx-vscode-core

  • We added the ability to stop containerless function (PR #4025)

54.11.0 - May 4, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it prevents a component from being renamed if the component bundle already contains a file with that name. (PR #4039).
  • Fixed some under-the-hood issues. (PR #4069).

54.9.0 - April 21, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it now correctly renames the file in the __tests__ folder for LWC components that has the same name as the component being renamed (PR #4020).
  • We added support for debugging JavaScript in containerless functions (PR#4001).
  • We fixed an issue that prevented Standard Value Sets from being displayed in the Org Browser(PR # 3992). Fixes Issue #1579

54.8.0 - April 13, 2022

Fixed

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We now consume the latest lightning-language-server packages, which fixes the textDocument/hover error when the package incorrectly parsed the content of .js files (PR #4003). Fixes Issue #3929.

salesforcedx-vscode-core

  • We now strip leading and trailing white spaces from the project name when you create a project using the SFDX: Create Project command. (PR #3950). Fixes Issue #2605

54.7.0 - April 6, 2022

Added

salesforcedx-vscode-core

  • Right-click and run the new SFDX: Rename Component command to quickly rename all the files of an LWC component (js, html, css, js-meta.xml file types) or an Aura component (auradoc, cmp, cmp-meta.xml, css, design, svg, contoller, helper, renderer, js file types) using a single command (PR #3923).

54.6.1 - March 23, 2022

Fixed

  • Fixed inconsistent published package versions caused by issues with the availability of the VSCode Marketplace during publish of v54.6.0.

docs

  • Improved documentation regarding org browser behavior (PR #3941) and fixed broken links (PR #3939).

54.6.0 - March 23, 2022

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Took advantage of recent updates to lightning langauage server packages and the iterator template directive. Improved directive descriptions. (PR #3891)

salesforcedx-vscode-lwc

  • Added a new debug configuration for creating LWC jest tests so that you can easily write JavaScript tests for your Lightning web components. (PR #3920)

Fixed

docs

  • Updated Java Setup instructions to include instructions for JDK 17. (PR #3909)

salesforcedx-utils-vscode, salesforcedx-vscode-apex, salesforcedx-vscode-apex-replay-debugger, salesforcedx-vscode-soql

salesforcedx-vscode-core

  • Retrieve components within folders for metadata types such as Reports, Dashboards, Documents, and EmailTemplates. Before this update, it wasn't possible to retrieve individual component metadata from within folders. (PR #3892)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Fixed some issues with autocompletion in template JS files. (PR #3931,PR #3931)

54.5.0 - March 14, 2022

Fixed

salesforcedx-vscode-core

  • We’ve updated the library that supports Salesforce Templates commands in VS Code so that it now uses API version 54.0 when generating new metadata from our standard templates.(PR #3749)

54.4.1 - March 10, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted the source-deploy-retrieve library to v5.12.2 because it was sometimes failing on OSX Monterey.

54.4.0 - March 9, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Diff Folder Against Org command so that it now diffs objects against orgs correctly. (PR #3876)

54.3.0 - March 3, 2022

Added

salesforcedx-vscode-core

  • We’ve made the functionality of older versions of some commands available for you to use with your existing scratch orgs. Use these legacy commands so you don’t run into issues with their newer versions:

    SFDX: Pull Source from Default Scratch Org (Legacy)

    SFDX: Pull Source from Default Scratch Org and Override Conflicts (Legacy)

    SFDX: Push Source to Default Scratch Org (Legacy)

    SFDX: Push Source to Default Scratch Org and Override Conflicts (Legacy) and

    SFDX: View All Changes (Local and in Default Scratch Org) (Legacy) (PR #3839)

salesforcedx-vscode-lightning & salesforcedx-vscode-lwc

  • Autocompletion is now available for bracke...
Read more

Release v55.6.0

21 Jul 17:37
Compare
Choose a tag to compare

55.6.0 - July 21, 2022

Fixed

salesforcedx-vscode-core

  • Fixed an issue where users were unable to rename an LWC component inside of the __tests__ directory. (PR #4225)

docs

  • We made some updates under the hood. (PR #4277)

55.4.1 - July 8, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted changes assoicated with PR #4240 due to issues with deploy/retrieve on windows.

55.4.0 - July 7, 2022

Fixed

salesforcedx-vscode-core

  • The links in the problems tab now correctly point to error locations in a file. (PR #4246, PR #4241)

  • Fixed an issue where making only a case change when renaming an Apex class caused an error. (PR #4240)

55.3.0 - June 29, 2022

Fixed

salesforcedx-vscode-core

  • You can now access the SFDX Create Apex Class command when you right-click on a sub-folder of the classes project folder. (PR #4224)

55.2.0 - June 22, 2022

Fixed

docs

  • We made some updates under the hood. (PR #4147)

salesforcedx-vscode-core

  • We fixed an issue where you could run the SFDX Generate Manifest File command to create a manifest file from any folder in your project. The command is now only available by right clicking on any folder or file in the force-app package directory folder. (PR #4208)

  • We updated @salesforce/templates to 55.0.0 to give you a default unit test in addition to the other component files when you create a new LWC component using the template. (PR #4203)

55.0.0 - June 10, 2022

Added

salesforcedx-vscode-core

  • Thanks to a contribution from @shunkosa, we updated our Japanese commands. We love our Open Source community. (PR #4186)

Fixed

salesforcedx-vscode-core

  • We made some updates under the hood. (PR #4165)

  • We fixed an issue where the SFDX: Create Lightning Web Component Test command threw an error when you exited out of the command prematurely. (PR #4143)

54.15.0 - June 1, 2022

Added

salesforcedx-vscode-core

  • The SFDX: Rename Component command now prevents you from renaming an LWC or Aura component if the new name breaks any naming rules. New LWC component names are automatically revised to start with a lower-case letter if they don't already. (PR #4145)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • You can now use Ctrl+Space to retrigger autocomplete within code braces ({}) in an HTML file. Previously, if you moved away from or deleted content within code braces, you lost autocompletion. (PR #4144)

54.12.0 - May 14, 2022

Fixed

salesforcedx-vscode-core

  • We added the ability to stop containerless function (PR #4025)

54.11.0 - May 4, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it prevents a component from being renamed if the component bundle already contains a file with that name. (PR #4039).
  • Fixed some under-the-hood issues. (PR #4069).

54.9.0 - April 21, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it now correctly renames the file in the __tests__ folder for LWC components that has the same name as the component being renamed (PR #4020).
  • We added support for debugging JavaScript in containerless functions (PR#4001).
  • We fixed an issue that prevented Standard Value Sets from being displayed in the Org Browser(PR # 3992). Fixes Issue #1579

54.8.0 - April 13, 2022

Fixed

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We now consume the latest lightning-language-server packages, which fixes the textDocument/hover error when the package incorrectly parsed the content of .js files (PR #4003). Fixes Issue #3929.

salesforcedx-vscode-core

  • We now strip leading and trailing white spaces from the project name when you create a project using the SFDX: Create Project command. (PR #3950). Fixes Issue #2605

54.7.0 - April 6, 2022

Added

salesforcedx-vscode-core

  • Right-click and run the new SFDX: Rename Component command to quickly rename all the files of an LWC component (js, html, css, js-meta.xml file types) or an Aura component (auradoc, cmp, cmp-meta.xml, css, design, svg, contoller, helper, renderer, js file types) using a single command (PR #3923).

54.6.1 - March 23, 2022

Fixed

  • Fixed inconsistent published package versions caused by issues with the availability of the VSCode Marketplace during publish of v54.6.0.

docs

  • Improved documentation regarding org browser behavior (PR #3941) and fixed broken links (PR #3939).

54.6.0 - March 23, 2022

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Took advantage of recent updates to lightning langauage server packages and the iterator template directive. Improved directive descriptions. (PR #3891)

salesforcedx-vscode-lwc

  • Added a new debug configuration for creating LWC jest tests so that you can easily write JavaScript tests for your Lightning web components. (PR #3920)

Fixed

docs

  • Updated Java Setup instructions to include instructions for JDK 17. (PR #3909)

salesforcedx-utils-vscode, salesforcedx-vscode-apex, salesforcedx-vscode-apex-replay-debugger, salesforcedx-vscode-soql

salesforcedx-vscode-core

  • Retrieve components within folders for metadata types such as Reports, Dashboards, Documents, and EmailTemplates. Before this update, it wasn't possible to retrieve individual component metadata from within folders. (PR #3892)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Fixed some issues with autocompletion in template JS files. (PR #3931,PR #3931)

54.5.0 - March 14, 2022

Fixed

salesforcedx-vscode-core

  • We’ve updated the library that supports Salesforce Templates commands in VS Code so that it now uses API version 54.0 when generating new metadata from our standard templates.(PR #3749)

54.4.1 - March 10, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted the source-deploy-retrieve library to v5.12.2 because it was sometimes failing on OSX Monterey.

54.4.0 - March 9, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Diff Folder Against Org command so that it now diffs objects against orgs correctly. (PR #3876)

54.3.0 - March 3, 2022

Added

salesforcedx-vscode-core

  • We’ve made the functionality of older versions of some commands available for you to use with your existing scratch orgs. Use these legacy commands so you don’t run into issues with their newer versions:

    SFDX: Pull Source from Default Scratch Org (Legacy)

    SFDX: Pull Source from Default Scratch Org and Override Conflicts (Legacy)

    SFDX: Push Source to Default Scratch Org (Legacy)

    SFDX: Push Source to Default Scratch Org and Override Conflicts (Legacy) and

    SFDX: View All Changes (Local and in Default Scratch Org) (Legacy) (PR #3839)

salesforcedx-vscode-lightning & salesforcedx-vscode-lwc

  • Autocompletion is now available for bracket syntax '{}' in HTML files.(PR #3865)

Fixed

docs

salesforcedx-vscode-expanded

salesforcedx-vscode-apex

salesforced...

Read more

Release v55.4.1

08 Jul 23:11
Compare
Choose a tag to compare

55.4.1 - July 8, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted changes assoicated with PR #4240 due to issues with deploy/retrieve on windows.

55.4.0 - July 7, 2022

Fixed

salesforcedx-vscode-core

  • The links in the problems tab now correctly point to error locations in a file. (PR #4246, PR #4241)

  • Fixed an issue where making only a case change when renaming an Apex class caused an error. (PR #4240)

55.3.0 - June 29, 2022

Fixed

salesforcedx-vscode-core

  • You can now access the SFDX Create Apex Class command when you right-click on a sub-folder of the classes project folder. (PR #4224)

55.2.0 - June 22, 2022

Fixed

docs

  • We made some updates under the hood. (PR #4147)

salesforcedx-vscode-core

  • We fixed an issue where you could run the SFDX Generate Manifest File command to create a manifest file from any folder in your project. The command is now only available by right clicking on any folder or file in the force-app package directory folder. (PR #4208)

  • We updated @salesforce/templates to 55.0.0 to give you a default unit test in addition to the other component files when you create a new LWC component using the template. (PR #4203)

55.0.0 - June 10, 2022

Added

salesforcedx-vscode-core

  • Thanks to a contribution from @shunkosa, we updated our Japanese commands. We love our Open Source community. (PR #4186)

Fixed

salesforcedx-vscode-core

  • We made some updates under the hood. (PR #4165)

  • We fixed an issue where the SFDX: Create Lightning Web Component Test command threw an error when you exited out of the command prematurely. (PR #4143)

54.15.0 - June 1, 2022

Added

salesforcedx-vscode-core

  • The SFDX: Rename Component command now prevents you from renaming an LWC or Aura component if the new name breaks any naming rules. New LWC component names are automatically revised to start with a lower-case letter if they don't already. (PR #4145)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • You can now use Ctrl+Space to retrigger autocomplete within code braces ({}) in an HTML file. Previously, if you moved away from or deleted content within code braces, you lost autocompletion. (PR #4144)

54.12.0 - May 14, 2022

Fixed

salesforcedx-vscode-core

  • We added the ability to stop containerless function (PR #4025)

54.11.0 - May 4, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it prevents a component from being renamed if the component bundle already contains a file with that name. (PR #4039).
  • Fixed some under-the-hood issues. (PR #4069).

54.9.0 - April 21, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it now correctly renames the file in the __tests__ folder for LWC components that has the same name as the component being renamed (PR #4020).
  • We added support for debugging JavaScript in containerless functions (PR#4001).
  • We fixed an issue that prevented Standard Value Sets from being displayed in the Org Browser(PR # 3992). Fixes Issue #1579

54.8.0 - April 13, 2022

Fixed

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We now consume the latest lightning-language-server packages, which fixes the textDocument/hover error when the package incorrectly parsed the content of .js files (PR #4003). Fixes Issue #3929.

salesforcedx-vscode-core

  • We now strip leading and trailing white spaces from the project name when you create a project using the SFDX: Create Project command. (PR #3950). Fixes Issue #2605

54.7.0 - April 6, 2022

Added

salesforcedx-vscode-core

  • Right-click and run the new SFDX: Rename Component command to quickly rename all the files of an LWC component (js, html, css, js-meta.xml file types) or an Aura component (auradoc, cmp, cmp-meta.xml, css, design, svg, contoller, helper, renderer, js file types) using a single command (PR #3923).

54.6.1 - March 23, 2022

Fixed

  • Fixed inconsistent published package versions caused by issues with the availability of the VSCode Marketplace during publish of v54.6.0.

docs

  • Improved documentation regarding org browser behavior (PR #3941) and fixed broken links (PR #3939).

54.6.0 - March 23, 2022

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Took advantage of recent updates to lightning langauage server packages and the iterator template directive. Improved directive descriptions. (PR #3891)

salesforcedx-vscode-lwc

  • Added a new debug configuration for creating LWC jest tests so that you can easily write JavaScript tests for your Lightning web components. (PR #3920)

Fixed

docs

  • Updated Java Setup instructions to include instructions for JDK 17. (PR #3909)

salesforcedx-utils-vscode, salesforcedx-vscode-apex, salesforcedx-vscode-apex-replay-debugger, salesforcedx-vscode-soql

salesforcedx-vscode-core

  • Retrieve components within folders for metadata types such as Reports, Dashboards, Documents, and EmailTemplates. Before this update, it wasn't possible to retrieve individual component metadata from within folders. (PR #3892)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Fixed some issues with autocompletion in template JS files. (PR #3931,PR #3931)

54.5.0 - March 14, 2022

Fixed

salesforcedx-vscode-core

  • We’ve updated the library that supports Salesforce Templates commands in VS Code so that it now uses API version 54.0 when generating new metadata from our standard templates.(PR #3749)

54.4.1 - March 10, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted the source-deploy-retrieve library to v5.12.2 because it was sometimes failing on OSX Monterey.

54.4.0 - March 9, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Diff Folder Against Org command so that it now diffs objects against orgs correctly. (PR #3876)

54.3.0 - March 3, 2022

Added

salesforcedx-vscode-core

  • We’ve made the functionality of older versions of some commands available for you to use with your existing scratch orgs. Use these legacy commands so you don’t run into issues with their newer versions:

    SFDX: Pull Source from Default Scratch Org (Legacy)

    SFDX: Pull Source from Default Scratch Org and Override Conflicts (Legacy)

    SFDX: Push Source to Default Scratch Org (Legacy)

    SFDX: Push Source to Default Scratch Org and Override Conflicts (Legacy) and

    SFDX: View All Changes (Local and in Default Scratch Org) (Legacy) (PR #3839)

salesforcedx-vscode-lightning & salesforcedx-vscode-lwc

  • Autocompletion is now available for bracket syntax '{}' in HTML files.(PR #3865)

Fixed

docs

salesforcedx-vscode-expanded

salesforcedx-vscode-apex

salesforcedx-vscode

  • We now support JDK version 17 in addition to versions 8 and 11. (PR #3860)

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #3869)

54.2.0 - February 24, 2022

Added

salesforcedx-vscode

  • Run the ...
Read more

Release v55.4.0

07 Jul 20:46
Compare
Choose a tag to compare

55.4.0 - July 9, 2022

Fixed

salesforcedx-vscode-core

  • The links in the problems tab now correctly point to error locations in a file. (PR #4246, PR #4241)

  • Fixed an issue where making only a case change when renaming an Apex class caused an error. (PR #4240)

55.3.0 - June 29, 2022

Fixed

salesforcedx-vscode-core

  • You can now access the SFDX Create Apex Class command when you right-click on a sub-folder of the classes project folder. (PR #4224)

55.2.0 - June 22, 2022

Fixed

docs

  • We made some updates under the hood. (PR #4147)

salesforcedx-vscode-core

  • We fixed an issue where you could run the SFDX Generate Manifest File command to create a manifest file from any folder in your project. The command is now only available by right clicking on any folder or file in the force-app package directory folder. (PR #4208)

  • We updated @salesforce/templates to 55.0.0 to give you a default unit test in addition to the other component files when you create a new LWC component using the template. (PR #4203)

55.0.0 - June 10, 2022

Added

salesforcedx-vscode-core

  • Thanks to a contribution from @shunkosa, we updated our Japanese commands. We love our Open Source community. (PR #4186)

Fixed

salesforcedx-vscode-core

  • We made some updates under the hood. (PR #4165)

  • We fixed an issue where the SFDX: Create Lightning Web Component Test command threw an error when you exited out of the command prematurely. (PR #4143)

54.15.0 - June 1, 2022

Added

salesforcedx-vscode-core

  • The SFDX: Rename Component command now prevents you from renaming an LWC or Aura component if the new name breaks any naming rules. New LWC component names are automatically revised to start with a lower-case letter if they don't already. (PR #4145)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • You can now use Ctrl+Space to retrigger autocomplete within code braces ({}) in an HTML file. Previously, if you moved away from or deleted content within code braces, you lost autocompletion. (PR #4144)

54.12.0 - May 14, 2022

Fixed

salesforcedx-vscode-core

  • We added the ability to stop containerless function (PR #4025)

54.11.0 - May 4, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it prevents a component from being renamed if the component bundle already contains a file with that name. (PR #4039).
  • Fixed some under-the-hood issues. (PR #4069).

54.9.0 - April 21, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it now correctly renames the file in the __tests__ folder for LWC components that has the same name as the component being renamed (PR #4020).
  • We added support for debugging JavaScript in containerless functions (PR#4001).
  • We fixed an issue that prevented Standard Value Sets from being displayed in the Org Browser(PR # 3992). Fixes Issue #1579

54.8.0 - April 13, 2022

Fixed

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We now consume the latest lightning-language-server packages, which fixes the textDocument/hover error when the package incorrectly parsed the content of .js files (PR #4003). Fixes Issue #3929.

salesforcedx-vscode-core

  • We now strip leading and trailing white spaces from the project name when you create a project using the SFDX: Create Project command. (PR #3950). Fixes Issue #2605

54.7.0 - April 6, 2022

Added

salesforcedx-vscode-core

  • Right-click and run the new SFDX: Rename Component command to quickly rename all the files of an LWC component (js, html, css, js-meta.xml file types) or an Aura component (auradoc, cmp, cmp-meta.xml, css, design, svg, contoller, helper, renderer, js file types) using a single command (PR #3923).

54.6.1 - March 23, 2022

Fixed

  • Fixed inconsistent published package versions caused by issues with the availability of the VSCode Marketplace during publish of v54.6.0.

docs

  • Improved documentation regarding org browser behavior (PR #3941) and fixed broken links (PR #3939).

54.6.0 - March 23, 2022

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Took advantage of recent updates to lightning langauage server packages and the iterator template directive. Improved directive descriptions. (PR #3891)

salesforcedx-vscode-lwc

  • Added a new debug configuration for creating LWC jest tests so that you can easily write JavaScript tests for your Lightning web components. (PR #3920)

Fixed

docs

  • Updated Java Setup instructions to include instructions for JDK 17. (PR #3909)

salesforcedx-utils-vscode, salesforcedx-vscode-apex, salesforcedx-vscode-apex-replay-debugger, salesforcedx-vscode-soql

salesforcedx-vscode-core

  • Retrieve components within folders for metadata types such as Reports, Dashboards, Documents, and EmailTemplates. Before this update, it wasn't possible to retrieve individual component metadata from within folders. (PR #3892)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Fixed some issues with autocompletion in template JS files. (PR #3931,PR #3931)

54.5.0 - March 14, 2022

Fixed

salesforcedx-vscode-core

  • We’ve updated the library that supports Salesforce Templates commands in VS Code so that it now uses API version 54.0 when generating new metadata from our standard templates.(PR #3749)

54.4.1 - March 10, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted the source-deploy-retrieve library to v5.12.2 because it was sometimes failing on OSX Monterey.

54.4.0 - March 9, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Diff Folder Against Org command so that it now diffs objects against orgs correctly. (PR #3876)

54.3.0 - March 3, 2022

Added

salesforcedx-vscode-core

  • We’ve made the functionality of older versions of some commands available for you to use with your existing scratch orgs. Use these legacy commands so you don’t run into issues with their newer versions:

    SFDX: Pull Source from Default Scratch Org (Legacy)

    SFDX: Pull Source from Default Scratch Org and Override Conflicts (Legacy)

    SFDX: Push Source to Default Scratch Org (Legacy)

    SFDX: Push Source to Default Scratch Org and Override Conflicts (Legacy) and

    SFDX: View All Changes (Local and in Default Scratch Org) (Legacy) (PR #3839)

salesforcedx-vscode-lightning & salesforcedx-vscode-lwc

  • Autocompletion is now available for bracket syntax '{}' in HTML files.(PR #3865)

Fixed

docs

salesforcedx-vscode-expanded

salesforcedx-vscode-apex

salesforcedx-vscode

  • We now support JDK version 17 in addition to versions 8 and 11. (PR #3860)

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #3869)

54.2.0 - February 24, 2022

Added

salesforcedx-vscode

  • Run the new Start Function in Container command to run a Salesforce Function in a Docker container. The old command, Start Function now runs a function locally. ([PR #3838...
Read more

Release v55.3.0

29 Jun 22:28
Compare
Choose a tag to compare

55.3.0 - June 29, 2022

Fixed

salesforcedx-vscode-core

  • You can now access the SFDX Create Apex Class command when you right-click on a sub-folder of the classes project folder. (PR #4224)

55.2.0 - June 22, 2022

Fixed

docs

  • We made some updates under the hood. (PR #4147)

salesforcedx-vscode-core

  • We fixed an issue where you could run the SFDX Generate Manifest File command to create a manifest file from any folder in your project. The command is now only available by right clicking on any folder or file in the force-app package directory folder. (PR #4208)

  • We updated @salesforce/templates to 55.0.0 to give you a default unit test in addition to the other component files when you create a new LWC component using the template. (PR #4203)

55.0.0 - June 10, 2022

Added

salesforcedx-vscode-core

  • Thanks to a contribution from @shunkosa, we updated our Japanese commands. We love our Open Source community. (PR #4186)

Fixed

salesforcedx-vscode-core

  • We made some updates under the hood. (PR #4165)

  • We fixed an issue where the SFDX: Create Lightning Web Component Test command threw an error when you exited out of the command prematurely. (PR #4143)

54.15.0 - June 1, 2022

Added

salesforcedx-vscode-core

  • The SFDX: Rename Component command now prevents you from renaming an LWC or Aura component if the new name breaks any naming rules. New LWC component names are automatically revised to start with a lower-case letter if they don't already. (PR #4145)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • You can now use Ctrl+Space to retrigger autocomplete within code braces ({}) in an HTML file. Previously, if you moved away from or deleted content within code braces, you lost autocompletion. (PR #4144)

54.12.0 - May 14, 2022

Fixed

salesforcedx-vscode-core

  • We added the ability to stop containerless function (PR #4025)

54.11.0 - May 4, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it prevents a component from being renamed if the component bundle already contains a file with that name. (PR #4039).
  • Fixed some under-the-hood issues. (PR #4069).

54.9.0 - April 21, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it now correctly renames the file in the __tests__ folder for LWC components that has the same name as the component being renamed (PR #4020).
  • We added support for debugging JavaScript in containerless functions (PR#4001).
  • We fixed an issue that prevented Standard Value Sets from being displayed in the Org Browser(PR # 3992). Fixes Issue #1579

54.8.0 - April 13, 2022

Fixed

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We now consume the latest lightning-language-server packages, which fixes the textDocument/hover error when the package incorrectly parsed the content of .js files (PR #4003). Fixes Issue #3929.

salesforcedx-vscode-core

  • We now strip leading and trailing white spaces from the project name when you create a project using the SFDX: Create Project command. (PR #3950). Fixes Issue #2605

54.7.0 - April 6, 2022

Added

salesforcedx-vscode-core

  • Right-click and run the new SFDX: Rename Component command to quickly rename all the files of an LWC component (js, html, css, js-meta.xml file types) or an Aura component (auradoc, cmp, cmp-meta.xml, css, design, svg, contoller, helper, renderer, js file types) using a single command (PR #3923).

54.6.1 - March 23, 2022

Fixed

  • Fixed inconsistent published package versions caused by issues with the availability of the VSCode Marketplace during publish of v54.6.0.

docs

  • Improved documentation regarding org browser behavior (PR #3941) and fixed broken links (PR #3939).

54.6.0 - March 23, 2022

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Took advantage of recent updates to lightning langauage server packages and the iterator template directive. Improved directive descriptions. (PR #3891)

salesforcedx-vscode-lwc

  • Added a new debug configuration for creating LWC jest tests so that you can easily write JavaScript tests for your Lightning web components. (PR #3920)

Fixed

docs

  • Updated Java Setup instructions to include instructions for JDK 17. (PR #3909)

salesforcedx-utils-vscode, salesforcedx-vscode-apex, salesforcedx-vscode-apex-replay-debugger, salesforcedx-vscode-soql

salesforcedx-vscode-core

  • Retrieve components within folders for metadata types such as Reports, Dashboards, Documents, and EmailTemplates. Before this update, it wasn't possible to retrieve individual component metadata from within folders. (PR #3892)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Fixed some issues with autocompletion in template JS files. (PR #3931,PR #3931)

54.5.0 - March 14, 2022

Fixed

salesforcedx-vscode-core

  • We’ve updated the library that supports Salesforce Templates commands in VS Code so that it now uses API version 54.0 when generating new metadata from our standard templates.(PR #3749)

54.4.1 - March 10, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted the source-deploy-retrieve library to v5.12.2 because it was sometimes failing on OSX Monterey.

54.4.0 - March 9, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Diff Folder Against Org command so that it now diffs objects against orgs correctly. (PR #3876)

54.3.0 - March 3, 2022

Added

salesforcedx-vscode-core

  • We’ve made the functionality of older versions of some commands available for you to use with your existing scratch orgs. Use these legacy commands so you don’t run into issues with their newer versions:

    SFDX: Pull Source from Default Scratch Org (Legacy)

    SFDX: Pull Source from Default Scratch Org and Override Conflicts (Legacy)

    SFDX: Push Source to Default Scratch Org (Legacy)

    SFDX: Push Source to Default Scratch Org and Override Conflicts (Legacy) and

    SFDX: View All Changes (Local and in Default Scratch Org) (Legacy) (PR #3839)

salesforcedx-vscode-lightning & salesforcedx-vscode-lwc

  • Autocompletion is now available for bracket syntax '{}' in HTML files.(PR #3865)

Fixed

docs

salesforcedx-vscode-expanded

salesforcedx-vscode-apex

salesforcedx-vscode

  • We now support JDK version 17 in addition to versions 8 and 11. (PR #3860)

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #3869)

54.2.0 - February 24, 2022

Added

salesforcedx-vscode

  • Run the new Start Function in Container command to run a Salesforce Function in a Docker container. The old command, Start Function now runs a function locally. (PR #3838, PR #3856)

Fixed

salesforcedx-vscode

  • We resolved the issue with the Diff Folder Against Org command being visible from the command palette even when an SFDX project wasn’t open. (PR #3843).

salesforcedx-vscode-apex

  • We removed some unessential Apex classes from the A...
Read more