Skip to content

Releases: forcedotcom/salesforcedx-vscode

Release v60.9.0

15 Apr 16:44
Compare
Choose a tag to compare

60.9.0 - April 17, 2024

Added

salesforcedx-vscode-lwc

  • Add lightning__UrlAddressable enumeration (PR #5328)

Fixed

salesforcedx-apex-debugger

  • ISV Debugger no longer throws project configuration error when 'Launch Apex Debugger' button is clicked (PR #5522)

salesforcedx-utils

  • ISV Debugger no longer throws project configuration error when 'Launch Apex Debugger' button is clicked (PR #5522)

salesforcedx-utils-vscode

  • ISV Debugger no longer throws project configuration error when 'Launch Apex Debugger' button is clicked (PR #5522)

salesforcedx-vscode-apex-debugger

  • ISV Debugger no longer throws project configuration error when 'Launch Apex Debugger' button is clicked (PR #5522)

salesforcedx-vscode-core

  • Bump apex-node apply json dangling comma bug (PR #5537)

60.8.0 - April 10, 2024

Added

forcedotcom/salesforcedx-apex

  • We added detailed elapsed time debug log data as an investigative step in trying to diagnose Apex test commands that are taking a long time to run. (PR #349)

  • We now use streams to handle Apex test results, which prevents string length violation errors for very large test results. (PR #352)

Fixed

forcedotcom/salesforcedx-apex

  • We added guards that properly deal with an undefined test summary when formatting Apex test run results. (PR #354)

60.7.0 - April 3, 2024

Fixed

docs

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We completed the transition from Salesforce CLI sfdx commands to sf (v2) commands. All sfdx commands and flags have been updated to their sf equivalents. Action Required: Users must install the sf (v2) Salesforce CLI to continue working with the Salesforce Extension Pack. You can learn more about the migration process in the Salesforce CLI Setup Guide.
    If you run Salesforce CLI commands in the terminal, use the newer sf commands. See the Salesforce CLI Command Reference and Migration Guide. (PR #5435, PR #5466, PR #5523)

60.5.1 - March 21, 2024

Fixed

docs

salesforcedx-utils-vscode

  • We fixed an issue where users who worked within a symbolic link could not run deploy and retrieve commands. (PR #5507)

salesforcedx-vscode-core

  • We fixed an issue in SFDX: Create and Set Up Project for ISV Debugging where error notifications were being displayed for steps that run successfully. (PR #5500)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We updated some dependencies to accommodate an external contribution. (PR #584, PR #5505)

60.4.1 - March 14, 2024

Fixed

salesforcedx-utils-vscode

  • We fixed an issue where conflict and error cases details weren't being displayed in the Output tab for push and pull commands. (PR #5498)

salesforcedx-vscode-core

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

60.3.2 - March 7, 2024

Added

salesforcedx-vscode-lwc

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

Fixed

salesforcedx-vscode-core

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

60.3.1 - March 4, 2024

Added

docs

  • Alongside this release, the Einstein for Developers extension release includes a host of new features that we hope you'll test drive. See the Einstein for Developers change log for more details.

60.2.3 - February 29, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5451, PR #5446)

  • We enabled debug logging for libraries that consume the env var SF_LOG_LEVEL. (PR #5444)

salesforcedx-vscode-lwc

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

60.1.2 - February 22, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-lwc

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

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5424, PR #5409, PR #5418)

  • We fixed an issue where error messages thrown by push commands weren't showing up in the Output tab. (PR #5441)

  • We fixed an uncaught error that occurs when the Cancel button is clicked to cancel a retrieve in progress. (PR #5443)

60.0.0 - February 14, 2024

Added

salesforcedx-vscode-core

salesforcedx-vscode-apex

Fixed

salesforcedx-vscode-core

  • We fixed an issue so that logging out of the default org results in a single notification, making for a more pleasant user experience. (PR #5407)

  • We fixed an issue with the Org Browser so that custom objects with a namespace can now be refreshed. (PR #5403)

  • We no longer show you commands that require a default org when no default org is set. (PR #5406)

  • We migrated some more commands to the new sf style. (PR #5379, PR #5388)

59.17.0 - February 7, 2024

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX:Deploy this Source to Org command not throwing an error when the command failed. (PR #5392)

  • We migrated some more commands to the new sf style. (PR #5362)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

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

59.16.0 - January 31, 2024

Fixed

salesforcedx-vscode-core

59.15.0 - January 26, 2024

Added

salesforcedx-vscode-core

  • We made a major upgrade to the version of the @salesforce/core library. (PR #5332)

Fixed

docs

  • We added information about purchasing additional Code Builder licenses. ([PR #5329](https://github....
Read more

Release v60.8.0

10 Apr 02:35
Compare
Choose a tag to compare

60.8.0 - April 10, 2024

Added

forcedotcom/salesforcedx-apex

  • We added detailed elapsed time debug log data as an investigative step in trying to diagnose Apex test commands that are taking a long time to run. (PR #349)

  • We now use streams to handle Apex test results, which prevents string length violation errors for very large test results. (PR #352)

Fixed

forcedotcom/salesforcedx-apex

  • We added guards that properly deal with an undefined test summary when formatting Apex test run results. (PR #354)

60.7.0 - April 3, 2024

Fixed

docs

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We completed the transition from Salesforce CLI sfdx commands to sf (v2) commands. All sfdx commands and flags have been updated to their sf equivalents. Action Required: Users must install the sf (v2) Salesforce CLI to continue working with the Salesforce Extension Pack. You can learn more about the migration process in the Salesforce CLI Setup Guide.
    If you run Salesforce CLI commands in the terminal, use the newer sf commands. See the Salesforce CLI Command Reference and Migration Guide. (PR #5435, PR #5466, PR #5523)

60.5.1 - March 21, 2024

Fixed

docs

salesforcedx-utils-vscode

  • We fixed an issue where users who worked within a symbolic link could not run deploy and retrieve commands. (PR #5507)

salesforcedx-vscode-core

  • We fixed an issue in SFDX: Create and Set Up Project for ISV Debugging where error notifications were being displayed for steps that run successfully. (PR #5500)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We updated some dependencies to accommodate an external contribution. (PR #584, PR #5505)

60.4.1 - March 14, 2024

Fixed

salesforcedx-utils-vscode

  • We fixed an issue where conflict and error cases details weren't being displayed in the Output tab for push and pull commands. (PR #5498)

salesforcedx-vscode-core

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

60.3.2 - March 7, 2024

Added

salesforcedx-vscode-lwc

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

Fixed

salesforcedx-vscode-core

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

60.3.1 - March 4, 2024

Added

docs

  • Alongside this release, the Einstein for Developers extension release includes a host of new features that we hope you'll test drive. See the Einstein for Developers change log for more details.

60.2.3 - February 29, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5451, PR #5446)

  • We enabled debug logging for libraries that consume the env var SF_LOG_LEVEL. (PR #5444)

salesforcedx-vscode-lwc

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

60.1.2 - February 22, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-lwc

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

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5424, PR #5409, PR #5418)

  • We fixed an issue where error messages thrown by push commands weren't showing up in the Output tab. (PR #5441)

  • We fixed an uncaught error that occurs when the Cancel button is clicked to cancel a retrieve in progress. (PR #5443)

60.0.0 - February 14, 2024

Added

salesforcedx-vscode-core

salesforcedx-vscode-apex

Fixed

salesforcedx-vscode-core

  • We fixed an issue so that logging out of the default org results in a single notification, making for a more pleasant user experience. (PR #5407)

  • We fixed an issue with the Org Browser so that custom objects with a namespace can now be refreshed. (PR #5403)

  • We no longer show you commands that require a default org when no default org is set. (PR #5406)

  • We migrated some more commands to the new sf style. (PR #5379, PR #5388)

59.17.0 - February 7, 2024

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX:Deploy this Source to Org command not throwing an error when the command failed. (PR #5392)

  • We migrated some more commands to the new sf style. (PR #5362)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

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

59.16.0 - January 31, 2024

Fixed

salesforcedx-vscode-core

59.15.0 - January 26, 2024

Added

salesforcedx-vscode-core

  • We made a major upgrade to the version of the @salesforce/core library. (PR #5332)

Fixed

docs

  • We added information about purchasing additional Code Builder licenses. (PR #5329)

salesforcedx-utils-vscode

salesforcedx-vscode-apex

  • We fixed an issue with the Apex Replay Debugger that was preventing it from being launched from an Apex test file. (PR #5326)

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

  • We made some changes so that the no coverage warning now only pops up for Apex classes and Apex triggers. We also added a setting to move the warning from notifications to the Output panel. (PR #5320)

salesforcedx-vscode-core

  • We migrated some more commands to the new sf style to get rid of more warnings. (PR #5297, PR #5298)

  • We reverted CLI version validation (PR #5185) to resolve issues for users who were affected by it. (PR #5343)

salesforce...

Read more

Release v60.7.0

03 Apr 22:27
Compare
Choose a tag to compare

60.7.0 - April 3, 2024

Fixed

docs

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We completed the transition from Salesforce CLI sfdx commands to sf (v2) commands. All sfdx commands and flags have been updated to their sf equivalents. Action Required: Users must install the sf (v2) Salesforce CLI to continue working with the Salesforce Extension Pack. You can learn more about the migration process in the Salesforce CLI Setup Guide.
    If you run Salesforce CLI commands in the terminal, use the newer sf commands. See the Salesforce CLI Command Reference and Migration Guide. (PR #5435, PR #5466, PR #5523)

60.5.1 - March 21, 2024

Fixed

docs

salesforcedx-utils-vscode

  • We fixed an issue where users who worked within a symbolic link could not run deploy and retrieve commands. (PR #5507)

salesforcedx-vscode-core

  • We fixed an issue in SFDX: Create and Set Up Project for ISV Debugging where error notifications were being displayed for steps that run successfully. (PR #5500)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We updated some dependencies to accommodate an external contribution. (PR #584, PR #5505)

60.4.1 - March 14, 2024

Fixed

salesforcedx-utils-vscode

  • We fixed an issue where conflict and error cases details weren't being displayed in the Output tab for push and pull commands. (PR #5498)

salesforcedx-vscode-core

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

60.3.2 - March 7, 2024

Added

salesforcedx-vscode-lwc

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

Fixed

salesforcedx-vscode-core

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

60.3.1 - March 4, 2024

Added

docs

  • Alongside this release, the Einstein for Developers extension release includes a host of new features that we hope you'll test drive. See the Einstein for Developers change log for more details.

60.2.3 - February 29, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5451, PR #5446)

  • We enabled debug logging for libraries that consume the env var SF_LOG_LEVEL. (PR #5444)

salesforcedx-vscode-lwc

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

60.1.2 - February 22, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-lwc

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

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5424, PR #5409, PR #5418)

  • We fixed an issue where error messages thrown by push commands weren't showing up in the Output tab. (PR #5441)

  • We fixed an uncaught error that occurs when the Cancel button is clicked to cancel a retrieve in progress. (PR #5443)

60.0.0 - February 14, 2024

Added

salesforcedx-vscode-core

salesforcedx-vscode-apex

Fixed

salesforcedx-vscode-core

  • We fixed an issue so that logging out of the default org results in a single notification, making for a more pleasant user experience. (PR #5407)

  • We fixed an issue with the Org Browser so that custom objects with a namespace can now be refreshed. (PR #5403)

  • We no longer show you commands that require a default org when no default org is set. (PR #5406)

  • We migrated some more commands to the new sf style. (PR #5379, PR #5388)

59.17.0 - February 7, 2024

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX:Deploy this Source to Org command not throwing an error when the command failed. (PR #5392)

  • We migrated some more commands to the new sf style. (PR #5362)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

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

59.16.0 - January 31, 2024

Fixed

salesforcedx-vscode-core

59.15.0 - January 26, 2024

Added

salesforcedx-vscode-core

  • We made a major upgrade to the version of the @salesforce/core library. (PR #5332)

Fixed

docs

  • We added information about purchasing additional Code Builder licenses. (PR #5329)

salesforcedx-utils-vscode

salesforcedx-vscode-apex

  • We fixed an issue with the Apex Replay Debugger that was preventing it from being launched from an Apex test file. (PR #5326)

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

  • We made some changes so that the no coverage warning now only pops up for Apex classes and Apex triggers. We also added a setting to move the warning from notifications to the Output panel. (PR #5320)

salesforcedx-vscode-core

  • We migrated some more commands to the new sf style to get rid of more warnings. (PR #5297, PR #5298)

  • We reverted CLI version validation (PR #5185) to resolve issues for users who were affected by it. (PR #5343)

salesforcedx-vscode-apex-debugger

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

salesforcedx-vscode-apex-replay-debugger

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

59.13.0 - January 11, 2024

Added

salesforcedx-vscode-core

  • We now validate your CLI version during activation of the CLI Integration extension and let you know if you need to make any updates. The validation ensures that your CLI version is compatible with the rest of our extension pack. We hope this update takes away some of the guesswork around which CLI version you should be on, and helps keep yo...
Read more

Release v60.5.1

20 Mar 22:49
Compare
Choose a tag to compare

60.5.1 - March 21, 2024

Fixed

docs

salesforcedx-utils-vscode

  • We fixed an issue where users who worked within a symbolic link could not run deploy and retrieve commands. (PR #5507)

salesforcedx-vscode-core

  • We fixed an issue in SFDX: Create and Set Up Project for ISV Debugging where error notifications were being displayed for steps that run successfully. (PR #5500)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We updated some dependencies to accommodate an external contribution. (PR #584, PR #5505)

60.4.1 - March 14, 2024

Fixed

salesforcedx-utils-vscode

  • We fixed an issue where conflict and error cases details weren't being displayed in the Output tab for push and pull commands. (PR #5498)

salesforcedx-vscode-core

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

60.3.2 - March 7, 2024

Added

salesforcedx-vscode-lwc

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

Fixed

salesforcedx-vscode-core

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

60.3.1 - March 4, 2024

Added

docs

  • Alongside this release, the Einstein for Developers extension release includes a host of new features that we hope you'll test drive. See the Einstein for Developers change log for more details.

60.2.3 - February 29, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5451, PR #5446)

  • We enabled debug logging for libraries that consume the env var SF_LOG_LEVEL. (PR #5444)

salesforcedx-vscode-lwc

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

60.1.2 - February 22, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-lwc

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

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5424, PR #5409, PR #5418)

  • We fixed an issue where error messages thrown by push commands weren't showing up in the Output tab. (PR #5441)

  • We fixed an uncaught error that occurs when the Cancel button is clicked to cancel a retrieve in progress. (PR #5443)

60.0.0 - February 14, 2024

Added

salesforcedx-vscode-core

salesforcedx-vscode-apex

Fixed

salesforcedx-vscode-core

  • We fixed an issue so that logging out of the default org results in a single notification, making for a more pleasant user experience. (PR #5407)

  • We fixed an issue with the Org Browser so that custom objects with a namespace can now be refreshed. (PR #5403)

  • We no longer show you commands that require a default org when no default org is set. (PR #5406)

  • We migrated some more commands to the new sf style. (PR #5379, PR #5388)

59.17.0 - February 7, 2024

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX:Deploy this Source to Org command not throwing an error when the command failed. (PR #5392)

  • We migrated some more commands to the new sf style. (PR #5362)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

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

59.16.0 - January 31, 2024

Fixed

salesforcedx-vscode-core

59.15.0 - January 26, 2024

Added

salesforcedx-vscode-core

  • We made a major upgrade to the version of the @salesforce/core library. (PR #5332)

Fixed

docs

  • We added information about purchasing additional Code Builder licenses. (PR #5329)

salesforcedx-utils-vscode

salesforcedx-vscode-apex

  • We fixed an issue with the Apex Replay Debugger that was preventing it from being launched from an Apex test file. (PR #5326)

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

  • We made some changes so that the no coverage warning now only pops up for Apex classes and Apex triggers. We also added a setting to move the warning from notifications to the Output panel. (PR #5320)

salesforcedx-vscode-core

  • We migrated some more commands to the new sf style to get rid of more warnings. (PR #5297, PR #5298)

  • We reverted CLI version validation (PR #5185) to resolve issues for users who were affected by it. (PR #5343)

salesforcedx-vscode-apex-debugger

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

salesforcedx-vscode-apex-replay-debugger

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

59.13.0 - January 11, 2024

Added

salesforcedx-vscode-core

  • We now validate your CLI version during activation of the CLI Integration extension and let you know if you need to make any updates. The validation ensures that your CLI version is compatible with the rest of our extension pack. We hope this update takes away some of the guesswork around which CLI version you should be on, and helps keep your CLI up to date. (PR #5185)

Fixed

docs

  • We added new information about prompt context and grounding to our docs. Now you can write prompts using context and also better understand grounding. All this to ask the right questions and get back higher quality responses from Einstein for Developers. (PR #5264)
  • We made some changes under the hood. (PR #5307)

salesforcedx-utils-vscode

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

salesforcedx-vscode-apex

  • We updated the @salesforce/apex-node dependency to correct an existing bug where Apex test result records were dropped during fetch from org. (PR #5269)
  • We fixed an issue where the Apex Replay Debugger was throwing an error that the logs directory did not exist when users tried to debug anonymous Apex for the first time. ([PR #5316](https://github.com/forcedotcom/salesforcedx-v...
Read more

Release v60.4.1

13 Mar 21:12
Compare
Choose a tag to compare

60.4.1 - March 14, 2024

Fixed

salesforcedx-utils-vscode

  • We fixed an issue where conflict and error cases details weren't being displayed in the Output tab for push and pull commands. (PR #5498)

salesforcedx-vscode-core

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

60.3.2 - March 7, 2024

Added

salesforcedx-vscode-lwc

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

Fixed

salesforcedx-vscode-core

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

60.3.1 - March 4, 2024

Added

docs

  • Alongside this release, the Einstein for Developers extension release includes a host of new features that we hope you'll test drive. See the Einstein for Developers change log for more details.

60.2.3 - February 29, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5451, PR #5446)

  • We enabled debug logging for libraries that consume the env var SF_LOG_LEVEL. (PR #5444)

salesforcedx-vscode-lwc

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

60.1.2 - February 22, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-lwc

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

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5424, PR #5409, PR #5418)

  • We fixed an issue where error messages thrown by push commands weren't showing up in the Output tab. (PR #5441)

  • We fixed an uncaught error that occurs when the Cancel button is clicked to cancel a retrieve in progress. (PR #5443)

60.0.0 - February 14, 2024

Added

salesforcedx-vscode-core

salesforcedx-vscode-apex

Fixed

salesforcedx-vscode-core

  • We fixed an issue so that logging out of the default org results in a single notification, making for a more pleasant user experience. (PR #5407)

  • We fixed an issue with the Org Browser so that custom objects with a namespace can now be refreshed. (PR #5403)

  • We no longer show you commands that require a default org when no default org is set. (PR #5406)

  • We migrated some more commands to the new sf style. (PR #5379, PR #5388)

59.17.0 - February 7, 2024

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX:Deploy this Source to Org command not throwing an error when the command failed. (PR #5392)

  • We migrated some more commands to the new sf style. (PR #5362)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

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

59.16.0 - January 31, 2024

Fixed

salesforcedx-vscode-core

59.15.0 - January 26, 2024

Added

salesforcedx-vscode-core

  • We made a major upgrade to the version of the @salesforce/core library. (PR #5332)

Fixed

docs

  • We added information about purchasing additional Code Builder licenses. (PR #5329)

salesforcedx-utils-vscode

salesforcedx-vscode-apex

  • We fixed an issue with the Apex Replay Debugger that was preventing it from being launched from an Apex test file. (PR #5326)

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

  • We made some changes so that the no coverage warning now only pops up for Apex classes and Apex triggers. We also added a setting to move the warning from notifications to the Output panel. (PR #5320)

salesforcedx-vscode-core

  • We migrated some more commands to the new sf style to get rid of more warnings. (PR #5297, PR #5298)

  • We reverted CLI version validation (PR #5185) to resolve issues for users who were affected by it. (PR #5343)

salesforcedx-vscode-apex-debugger

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

salesforcedx-vscode-apex-replay-debugger

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

59.13.0 - January 11, 2024

Added

salesforcedx-vscode-core

  • We now validate your CLI version during activation of the CLI Integration extension and let you know if you need to make any updates. The validation ensures that your CLI version is compatible with the rest of our extension pack. We hope this update takes away some of the guesswork around which CLI version you should be on, and helps keep your CLI up to date. (PR #5185)

Fixed

docs

  • We added new information about prompt context and grounding to our docs. Now you can write prompts using context and also better understand grounding. All this to ask the right questions and get back higher quality responses from Einstein for Developers. (PR #5264)
  • We made some changes under the hood. (PR #5307)

salesforcedx-utils-vscode

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

salesforcedx-vscode-apex

  • We updated the @salesforce/apex-node dependency to correct an existing bug where Apex test result records were dropped during fetch from org. (PR #5269)
  • We fixed an issue where the Apex Replay Debugger was throwing an error that the logs directory did not exist when users tried to debug anonymous Apex for the first time. (PR #5316)

salesforcedx-vscode-core

  • We updated the @salesforce/templates version so that the latest API version 59.0 is used. (PR #5260)
  • We updated several commands to the new sf style to remove some more pesky warnings. (PR #5273, PR #5294, PR #5295, PR #5303)
  • We made some changes under the hood. (PR #5318)

59.9.0 - December 13, 2023

Fixed

salesforcedx-vscode-core

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

docs

  • We made updates to the Org Browser docs topic. (PR #5254)

59.8.0 -...

Read more

Release v60.3.2

05 Mar 20:04
Compare
Choose a tag to compare

60.3.1 - March 4, 2024

Added

docs

  • Alongside this release, the Einstein for Developers extension release includes a host of new features that we hope you'll test drive. See the Einstein for Developers change log for more details.

60.2.3 - February 29, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5451, PR #5446)

  • We enabled debug logging for libraries that consume the env var SF_LOG_LEVEL. (PR #5444)

salesforcedx-vscode-lwc

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

60.1.2 - February 22, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-lwc

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

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5424, PR #5409, PR #5418)

  • We fixed an issue where error messages thrown by push commands weren't showing up in the Output tab. (PR #5441)

  • We fixed an uncaught error that occurs when the Cancel button is clicked to cancel a retrieve in progress. (PR #5443)

60.0.0 - February 14, 2024

Added

salesforcedx-vscode-core

salesforcedx-vscode-apex

Fixed

salesforcedx-vscode-core

  • We fixed an issue so that logging out of the default org results in a single notification, making for a more pleasant user experience. (PR #5407)

  • We fixed an issue with the Org Browser so that custom objects with a namespace can now be refreshed. (PR #5403)

  • We no longer show you commands that require a default org when no default org is set. (PR #5406)

  • We migrated some more commands to the new sf style. (PR #5379, PR #5388)

59.17.0 - February 7, 2024

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX:Deploy this Source to Org command not throwing an error when the command failed. (PR #5392)

  • We migrated some more commands to the new sf style. (PR #5362)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

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

59.16.0 - January 31, 2024

Fixed

salesforcedx-vscode-core

59.15.0 - January 26, 2024

Added

salesforcedx-vscode-core

  • We made a major upgrade to the version of the @salesforce/core library. (PR #5332)

Fixed

docs

  • We added information about purchasing additional Code Builder licenses. (PR #5329)

salesforcedx-utils-vscode

salesforcedx-vscode-apex

  • We fixed an issue with the Apex Replay Debugger that was preventing it from being launched from an Apex test file. (PR #5326)

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

  • We made some changes so that the no coverage warning now only pops up for Apex classes and Apex triggers. We also added a setting to move the warning from notifications to the Output panel. (PR #5320)

salesforcedx-vscode-core

  • We migrated some more commands to the new sf style to get rid of more warnings. (PR #5297, PR #5298)

  • We reverted CLI version validation (PR #5185) to resolve issues for users who were affected by it. (PR #5343)

salesforcedx-vscode-apex-debugger

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

salesforcedx-vscode-apex-replay-debugger

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

59.13.0 - January 11, 2024

Added

salesforcedx-vscode-core

  • We now validate your CLI version during activation of the CLI Integration extension and let you know if you need to make any updates. The validation ensures that your CLI version is compatible with the rest of our extension pack. We hope this update takes away some of the guesswork around which CLI version you should be on, and helps keep your CLI up to date. (PR #5185)

Fixed

docs

  • We added new information about prompt context and grounding to our docs. Now you can write prompts using context and also better understand grounding. All this to ask the right questions and get back higher quality responses from Einstein for Developers. (PR #5264)
  • We made some changes under the hood. (PR #5307)

salesforcedx-utils-vscode

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

salesforcedx-vscode-apex

  • We updated the @salesforce/apex-node dependency to correct an existing bug where Apex test result records were dropped during fetch from org. (PR #5269)
  • We fixed an issue where the Apex Replay Debugger was throwing an error that the logs directory did not exist when users tried to debug anonymous Apex for the first time. (PR #5316)

salesforcedx-vscode-core

  • We updated the @salesforce/templates version so that the latest API version 59.0 is used. (PR #5260)
  • We updated several commands to the new sf style to remove some more pesky warnings. (PR #5273, PR #5294, PR #5295, PR #5303)
  • We made some changes under the hood. (PR #5318)

59.9.0 - December 13, 2023

Fixed

salesforcedx-vscode-core

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

docs

  • We made updates to the Org Browser docs topic. (PR #5254)

59.8.0 - December 6, 2023

Added

salesforcedx-vscode-apex

salesforcedx-vscode-expanded

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

salesforcedx-vscode-soql

  • We made some changes to the order in which extensions that are part of the Salesforce Extension Pack, are enabled when the extension pack is activated. This update enables faster activation of our Extension Pack. (PR #5250)

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

59.7.0 - No...

Read more

Release v60.3.1

04 Mar 22:44
Compare
Choose a tag to compare

60.3.1 - March 4, 2024

Added

docs

  • Alongside this release, the Einstein for Developers extension release includes a host of new features that we hope you'll test drive. See the Einstein for Developers change log for more details.

60.2.3 - February 29, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5451, PR #5446)

  • We enabled debug logging for libraries that consume the env var SF_LOG_LEVEL. (PR #5444)

salesforcedx-vscode-lwc

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

60.1.2 - February 22, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-lwc

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

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5424, PR #5409, PR #5418)

  • We fixed an issue where error messages thrown by push commands weren't showing up in the Output tab. (PR #5441)

  • We fixed an uncaught error that occurs when the Cancel button is clicked to cancel a retrieve in progress. (PR #5443)

60.0.0 - February 14, 2024

Added

salesforcedx-vscode-core

salesforcedx-vscode-apex

Fixed

salesforcedx-vscode-core

  • We fixed an issue so that logging out of the default org results in a single notification, making for a more pleasant user experience. (PR #5407)

  • We fixed an issue with the Org Browser so that custom objects with a namespace can now be refreshed. (PR #5403)

  • We no longer show you commands that require a default org when no default org is set. (PR #5406)

  • We migrated some more commands to the new sf style. (PR #5379, PR #5388)

59.17.0 - February 7, 2024

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX:Deploy this Source to Org command not throwing an error when the command failed. (PR #5392)

  • We migrated some more commands to the new sf style. (PR #5362)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

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

59.16.0 - January 31, 2024

Fixed

salesforcedx-vscode-core

59.15.0 - January 26, 2024

Added

salesforcedx-vscode-core

  • We made a major upgrade to the version of the @salesforce/core library. (PR #5332)

Fixed

docs

  • We added information about purchasing additional Code Builder licenses. (PR #5329)

salesforcedx-utils-vscode

salesforcedx-vscode-apex

  • We fixed an issue with the Apex Replay Debugger that was preventing it from being launched from an Apex test file. (PR #5326)

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

  • We made some changes so that the no coverage warning now only pops up for Apex classes and Apex triggers. We also added a setting to move the warning from notifications to the Output panel. (PR #5320)

salesforcedx-vscode-core

  • We migrated some more commands to the new sf style to get rid of more warnings. (PR #5297, PR #5298)

  • We reverted CLI version validation (PR #5185) to resolve issues for users who were affected by it. (PR #5343)

salesforcedx-vscode-apex-debugger

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

salesforcedx-vscode-apex-replay-debugger

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

59.13.0 - January 11, 2024

Added

salesforcedx-vscode-core

  • We now validate your CLI version during activation of the CLI Integration extension and let you know if you need to make any updates. The validation ensures that your CLI version is compatible with the rest of our extension pack. We hope this update takes away some of the guesswork around which CLI version you should be on, and helps keep your CLI up to date. (PR #5185)

Fixed

docs

  • We added new information about prompt context and grounding to our docs. Now you can write prompts using context and also better understand grounding. All this to ask the right questions and get back higher quality responses from Einstein for Developers. (PR #5264)
  • We made some changes under the hood. (PR #5307)

salesforcedx-utils-vscode

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

salesforcedx-vscode-apex

  • We updated the @salesforce/apex-node dependency to correct an existing bug where Apex test result records were dropped during fetch from org. (PR #5269)
  • We fixed an issue where the Apex Replay Debugger was throwing an error that the logs directory did not exist when users tried to debug anonymous Apex for the first time. (PR #5316)

salesforcedx-vscode-core

  • We updated the @salesforce/templates version so that the latest API version 59.0 is used. (PR #5260)
  • We updated several commands to the new sf style to remove some more pesky warnings. (PR #5273, PR #5294, PR #5295, PR #5303)
  • We made some changes under the hood. (PR #5318)

59.9.0 - December 13, 2023

Fixed

salesforcedx-vscode-core

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

docs

  • We made updates to the Org Browser docs topic. (PR #5254)

59.8.0 - December 6, 2023

Added

salesforcedx-vscode-apex

salesforcedx-vscode-expanded

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

salesforcedx-vscode-soql

  • We made some changes to the order in which extensions that are part of the Salesforce Extension Pack, are enabled when the extension pack is activated. This update enables faster activation of our Extension Pack. (PR #5250)

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

59.7.0 - No...

Read more

Release v60.2.3

27 Feb 21:12
Compare
Choose a tag to compare

60.2.3 - February 29, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5451, PR #5446)

  • We enabled debug logging for libraries that consume the env var SF_LOG_LEVEL. (PR #5444)

salesforcedx-vscode-lwc

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

60.1.2 - February 22, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-lwc

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

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5424, PR #5409, PR #5418)

  • We fixed an issue where error messages thrown by push commands weren't showing up in the Output tab. (PR #5441)

  • We fixed an uncaught error that occurs when the Cancel button is clicked to cancel a retrieve in progress. (PR #5443)

60.0.0 - February 14, 2024

Added

salesforcedx-vscode-core

salesforcedx-vscode-apex

Fixed

salesforcedx-vscode-core

  • We fixed an issue so that logging out of the default org results in a single notification, making for a more pleasant user experience. (PR #5407)

  • We fixed an issue with the Org Browser so that custom objects with a namespace can now be refreshed. (PR #5403)

  • We no longer show you commands that require a default org when no default org is set. (PR #5406)

  • We migrated some more commands to the new sf style. (PR #5379, PR #5388)

59.17.0 - February 7, 2024

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX:Deploy this Source to Org command not throwing an error when the command failed. (PR #5392)

  • We migrated some more commands to the new sf style. (PR #5362)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

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

59.16.0 - January 31, 2024

Fixed

salesforcedx-vscode-core

59.15.0 - January 26, 2024

Added

salesforcedx-vscode-core

  • We made a major upgrade to the version of the @salesforce/core library. (PR #5332)

Fixed

docs

  • We added information about purchasing additional Code Builder licenses. (PR #5329)

salesforcedx-utils-vscode

salesforcedx-vscode-apex

  • We fixed an issue with the Apex Replay Debugger that was preventing it from being launched from an Apex test file. (PR #5326)

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

  • We made some changes so that the no coverage warning now only pops up for Apex classes and Apex triggers. We also added a setting to move the warning from notifications to the Output panel. (PR #5320)

salesforcedx-vscode-core

  • We migrated some more commands to the new sf style to get rid of more warnings. (PR #5297, PR #5298)

  • We reverted CLI version validation (PR #5185) to resolve issues for users who were affected by it. (PR #5343)

salesforcedx-vscode-apex-debugger

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

salesforcedx-vscode-apex-replay-debugger

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

59.13.0 - January 11, 2024

Added

salesforcedx-vscode-core

  • We now validate your CLI version during activation of the CLI Integration extension and let you know if you need to make any updates. The validation ensures that your CLI version is compatible with the rest of our extension pack. We hope this update takes away some of the guesswork around which CLI version you should be on, and helps keep your CLI up to date. (PR #5185)

Fixed

docs

  • We added new information about prompt context and grounding to our docs. Now you can write prompts using context and also better understand grounding. All this to ask the right questions and get back higher quality responses from Einstein for Developers. (PR #5264)
  • We made some changes under the hood. (PR #5307)

salesforcedx-utils-vscode

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

salesforcedx-vscode-apex

  • We updated the @salesforce/apex-node dependency to correct an existing bug where Apex test result records were dropped during fetch from org. (PR #5269)
  • We fixed an issue where the Apex Replay Debugger was throwing an error that the logs directory did not exist when users tried to debug anonymous Apex for the first time. (PR #5316)

salesforcedx-vscode-core

  • We updated the @salesforce/templates version so that the latest API version 59.0 is used. (PR #5260)
  • We updated several commands to the new sf style to remove some more pesky warnings. (PR #5273, PR #5294, PR #5295, PR #5303)
  • We made some changes under the hood. (PR #5318)

59.9.0 - December 13, 2023

Fixed

salesforcedx-vscode-core

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

docs

  • We made updates to the Org Browser docs topic. (PR #5254)

59.8.0 - December 6, 2023

Added

salesforcedx-vscode-apex

salesforcedx-vscode-expanded

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

salesforcedx-vscode-soql

  • We made some changes to the order in which extensions that are part of the Salesforce Extension Pack, are enabled when the extension pack is activated. This update enables faster activation of our Extension Pack. (PR #5250)

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

59.7.0 - November 29, 2023

Added

salesforcedx-vscode-apex

  • We added a new setting that allows you to change the log levels of the Apex Language Server. (PR #5235)

salesforcedx-vscode-core

  • Use the new SFDX: Create Apex Unit Test Class command to quickly create Ap...
Read more

Release v60.1.2

22 Feb 21:34
Compare
Choose a tag to compare

60.1.2 - February 22, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-lwc

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

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5424, PR #5409, PR #5418)

  • We fixed an issue where error messages thrown by push commands weren't showing up in the Output tab. (PR #5441)

  • We fixed an uncaught error that occurs when the Cancel button is clicked to cancel a retrieve in progress. (PR #5443)

60.0.0 - February 14, 2024

Added

salesforcedx-vscode-core

salesforcedx-vscode-apex

Fixed

salesforcedx-vscode-core

  • We fixed an issue so that logging out of the default org results in a single notification, making for a more pleasant user experience. (PR #5407)

  • We fixed an issue with the Org Browser so that custom objects with a namespace can now be refreshed. (PR #5403)

  • We no longer show you commands that require a default org when no default org is set. (PR #5406)

  • We migrated some more commands to the new sf style. (PR #5379, PR #5388)

59.17.0 - February 7, 2024

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX:Deploy this Source to Org command not throwing an error when the command failed. (PR #5392)

  • We migrated some more commands to the new sf style. (PR #5362)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

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

59.16.0 - January 31, 2024

Fixed

salesforcedx-vscode-core

59.15.0 - January 26, 2024

Added

salesforcedx-vscode-core

  • We made a major upgrade to the version of the @salesforce/core library. (PR #5332)

Fixed

docs

  • We added information about purchasing additional Code Builder licenses. (PR #5329)

salesforcedx-utils-vscode

salesforcedx-vscode-apex

  • We fixed an issue with the Apex Replay Debugger that was preventing it from being launched from an Apex test file. (PR #5326)

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

  • We made some changes so that the no coverage warning now only pops up for Apex classes and Apex triggers. We also added a setting to move the warning from notifications to the Output panel. (PR #5320)

salesforcedx-vscode-core

  • We migrated some more commands to the new sf style to get rid of more warnings. (PR #5297, PR #5298)

  • We reverted CLI version validation (PR #5185) to resolve issues for users who were affected by it. (PR #5343)

salesforcedx-vscode-apex-debugger

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

salesforcedx-vscode-apex-replay-debugger

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

59.13.0 - January 11, 2024

Added

salesforcedx-vscode-core

  • We now validate your CLI version during activation of the CLI Integration extension and let you know if you need to make any updates. The validation ensures that your CLI version is compatible with the rest of our extension pack. We hope this update takes away some of the guesswork around which CLI version you should be on, and helps keep your CLI up to date. (PR #5185)

Fixed

docs

  • We added new information about prompt context and grounding to our docs. Now you can write prompts using context and also better understand grounding. All this to ask the right questions and get back higher quality responses from Einstein for Developers. (PR #5264)
  • We made some changes under the hood. (PR #5307)

salesforcedx-utils-vscode

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

salesforcedx-vscode-apex

  • We updated the @salesforce/apex-node dependency to correct an existing bug where Apex test result records were dropped during fetch from org. (PR #5269)
  • We fixed an issue where the Apex Replay Debugger was throwing an error that the logs directory did not exist when users tried to debug anonymous Apex for the first time. (PR #5316)

salesforcedx-vscode-core

  • We updated the @salesforce/templates version so that the latest API version 59.0 is used. (PR #5260)
  • We updated several commands to the new sf style to remove some more pesky warnings. (PR #5273, PR #5294, PR #5295, PR #5303)
  • We made some changes under the hood. (PR #5318)

59.9.0 - December 13, 2023

Fixed

salesforcedx-vscode-core

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

docs

  • We made updates to the Org Browser docs topic. (PR #5254)

59.8.0 - December 6, 2023

Added

salesforcedx-vscode-apex

salesforcedx-vscode-expanded

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

salesforcedx-vscode-soql

  • We made some changes to the order in which extensions that are part of the Salesforce Extension Pack, are enabled when the extension pack is activated. This update enables faster activation of our Extension Pack. (PR #5250)

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

59.7.0 - November 29, 2023

Added

salesforcedx-vscode-apex

  • We added a new setting that allows you to change the log levels of the Apex Language Server. (PR #5235)

salesforcedx-vscode-core

  • Use the new SFDX: Create Apex Unit Test Class command to quickly create Apex unit tests. (PR #5237)

Fixed

salesforcedx-vscode-core

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

59.5.1 - November 16, 2023

Added

salesforcedx-vscode-apex

Fixed

docs

salesforcedx-vscode-apex

Read more

Release v60.0.0

13 Feb 19:29
Compare
Choose a tag to compare

60.0.0 - February 14, 2024

Added

salesforcedx-vscode-core

salesforcedx-vscode-apex

Fixed

salesforcedx-vscode-core

  • We fixed an issue so that logging out of the default org results in a single notification, making for a more pleasant user experience. (PR #5407)

  • We fixed an issue with the Org Browser so that custom objects with a namespace can now be refreshed. (PR #5403)

  • We no longer show you commands that require a default org when no default org is set. (PR #5406)

  • We migrated some more commands to the new sf style. (PR #5379, PR #5388)

59.17.0 - February 7, 2024

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX:Deploy this Source to Org command not throwing an error when the command failed. (PR #5392)

  • We migrated some more commands to the new sf style. (PR #5362)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

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

59.16.0 - January 31, 2024

Fixed

salesforcedx-vscode-core

59.15.0 - January 26, 2024

Added

salesforcedx-vscode-core

  • We made a major upgrade to the version of the @salesforce/core library. (PR #5332)

Fixed

docs

  • We added information about purchasing additional Code Builder licenses. (PR #5329)

salesforcedx-utils-vscode

salesforcedx-vscode-apex

  • We fixed an issue with the Apex Replay Debugger that was preventing it from being launched from an Apex test file. (PR #5326)

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

  • We made some changes so that the no coverage warning now only pops up for Apex classes and Apex triggers. We also added a setting to move the warning from notifications to the Output panel. (PR #5320)

salesforcedx-vscode-core

  • We migrated some more commands to the new sf style to get rid of more warnings. (PR #5297, PR #5298)

  • We reverted CLI version validation (PR #5185) to resolve issues for users who were affected by it. (PR #5343)

salesforcedx-vscode-apex-debugger

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

salesforcedx-vscode-apex-replay-debugger

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

59.13.0 - January 11, 2024

Added

salesforcedx-vscode-core

  • We now validate your CLI version during activation of the CLI Integration extension and let you know if you need to make any updates. The validation ensures that your CLI version is compatible with the rest of our extension pack. We hope this update takes away some of the guesswork around which CLI version you should be on, and helps keep your CLI up to date. (PR #5185)

Fixed

docs

  • We added new information about prompt context and grounding to our docs. Now you can write prompts using context and also better understand grounding. All this to ask the right questions and get back higher quality responses from Einstein for Developers. (PR #5264)
  • We made some changes under the hood. (PR #5307)

salesforcedx-utils-vscode

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

salesforcedx-vscode-apex

  • We updated the @salesforce/apex-node dependency to correct an existing bug where Apex test result records were dropped during fetch from org. (PR #5269)
  • We fixed an issue where the Apex Replay Debugger was throwing an error that the logs directory did not exist when users tried to debug anonymous Apex for the first time. (PR #5316)

salesforcedx-vscode-core

  • We updated the @salesforce/templates version so that the latest API version 59.0 is used. (PR #5260)
  • We updated several commands to the new sf style to remove some more pesky warnings. (PR #5273, PR #5294, PR #5295, PR #5303)
  • We made some changes under the hood. (PR #5318)

59.9.0 - December 13, 2023

Fixed

salesforcedx-vscode-core

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

docs

  • We made updates to the Org Browser docs topic. (PR #5254)

59.8.0 - December 6, 2023

Added

salesforcedx-vscode-apex

salesforcedx-vscode-expanded

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

salesforcedx-vscode-soql

  • We made some changes to the order in which extensions that are part of the Salesforce Extension Pack, are enabled when the extension pack is activated. This update enables faster activation of our Extension Pack. (PR #5250)

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

59.7.0 - November 29, 2023

Added

salesforcedx-vscode-apex

  • We added a new setting that allows you to change the log levels of the Apex Language Server. (PR #5235)

salesforcedx-vscode-core

  • Use the new SFDX: Create Apex Unit Test Class command to quickly create Apex unit tests. (PR #5237)

Fixed

salesforcedx-vscode-core

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

59.5.1 - November 16, 2023

Added

salesforcedx-vscode-apex

Fixed

docs

salesforcedx-vscode-apex

  • We made some updates so that closing of a workspace results in a clean shut down of the Apex language client. (PR #5217)

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

salesforcedx-vscode-core

  • We migrated from TSLint to ESLint. We can now support both TypeScript and JavaScript linting. (PR #5203)

  • We’ve removed support for Functions from the Salesforce Extension Pack. You can still use the SF CLI to access this functionality. (PR #5204)

salesforcedx-vscode-soql

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

59.4.0 - November 10, 2023

Fixed

docs

  • We made some updates to our documentation. (PR #5197)

59.3.1 - November 3, 2023

Added

salesforcedx-vscode-apex

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

  • Our Apex extension can now detect orphaned language servers at startup. You can view the processes in the Output cha...

Read more