Skip to content

Releases: forcedotcom/salesforcedx-vscode

Release v58.14.1

01 Sep 01:59
Compare
Choose a tag to compare

58.14.1 - September 1, 2023

Fixed

salesforcedx-vscode-core

  • We made improvements to the SFDX: Create and Set Up Project for ISV Debugging command by greatly reducing the number of steps involved in the retrieval of metadata and packages. We recommend that you use sfdx-cli v7.192.2 or above to run this command successfully. We hope you find this update helpful. Thank you Jelle van Geuns for opening the issue. Happy debugging! (PR #5038, ISSUE #5032)
  • We made some changes that prevent the output panel from opening when the SFDX: Refresh SObject Definitions command is run in container mode. (PR #5042)

docs

  • We added a new Apex Language Server topic to documentation. The topic highlights the new Apex LSP status bar feature. (PR #5044)

58.13.1 - August 25, 2023

Added

salesforcedx-vscode-apex

  • We added a brand spanking new icon to the status bar that displays the status of the Apex Language Server. Now you always know where you stand with the Apex LSP. 🌟 ✅ 🎉. (PR #4991)

Fixed

salesforcedx-utils-vscode

salesforcedx-vscode-apex

  • We made performance improvements to the Apex Language Server, so you should see faster startup times after the initial activation. The Language Server now only indexes changed files in your workspace. (PR #4956)
  • We fixed an issue where Go To Definition was throwing an error for built-in Apex classes. (PR #4956, ISSUE #4762)

58.11.0 - August 17, 2023

Added

salesforcedx-vscode-core

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

Fixed

salesforcedx-vscode-core

  • We updated the SFDX_CONTAINER_MODE variable to SF_CONTAINER_MODE to resolve an issue with running the SFDX: Authorize an Org command in a container. (PR #5020)

  • We fixed issues under the hood so that the SFDX: Create and Set Up project for ISV Debugging command can now be run without displaying CLI warning messages. (PR #5021)

  • We fixed an issue under the hood so that the SFDX: Set a Default Org command can now be run without displaying CLI warning messages. (PR #5015)

salesforcedx-vscode-lwc

  • We made an update to a dashboard name to reflect a product name change. (PR #5007)

58.9.1 - August 4, 2023

Added

salesforcedx-vscode-core

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

  • We disabled LWC preview in container code. An error message that explains why the command is disabled, is displayed when the command is run in a container. (PR #4983)

Fixed

salesforcedx-utils-vscode

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

salesforcedx-vscode-core

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

58.7.1 - July 21, 2023

Added

salesforcedx-apex-debugger

salesforcedx-utils

salesforcedx-utils-vscode

  • We updated environment variables for the Apex Interactive Debugger to reflect the new SF CLI style. (PR #4980)

Fixed

salesforcedx-vscode-core

  • We fixed an issue with Push-on-save so that the command now works as expected. As a part of this fix, the Problems tab is now cleared after a successful push. (PR #4975)

58.6.2 - July 13, 2023

Added

salesforcedx-vscode-lightning

  • We made an update to the lightning language server version. (PR #4964)

salesforcedx-vscode-lwc

  • We made an update to the lightning language server version. (PR #4964)

Fixed

salesforcedx-vscode-apex-replay-debugger

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

salesforcedx-vscode-core

  • We fixed an issue with the problems tab not clearing errors. (PR #4962)

salesforcedx-vscode-lwc

58.4.1 - June 29, 2023

Fixed

salesforcedx-vscode-apex

  • We made updated dependencies in the Apex LSP and made some changes under the hood to enhance the debugging experience. (PR #4950)

salesforcedx-vscode-core

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

58.3.1 - June 21, 2023

Added

salesforcedx-vscode-core

  • Backed out a change from the v58.3.0 release to fix #4938.

58.3.0 - June 21, 2023

Added

salesforcedx-vscode-core

  • We updated telemetry data to include Org Id. (PR #4917)

58.2.0 - June 13, 2023

Added

salesforcedx-vscode-core

  • Deploy and retrieve commands now use the correct source API version. (PR #4891)

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

58.1.1 - June 7, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex Language Server to include new and modified class. This update also fixed an issue with autocompletion not working for Slack classes. (PR #4907)

Fixed

salesforcedx-sobjects-faux-generator

  • SObject refresh now uses the correct API version. (PR #4883)

salesforcedx-vscode-apex

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

salesforcedx-vscode-apex-replay-debugger

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

58.0.1 - June 2, 2023

Added

salesforcedx-vscode-core

  • We added a setting that enables or disables source tracking for deploy and retrieve operations. (PR #4885)

  • We exposed the TelemetryService class in the core extension API (PR #4879)

salesforcedx-vscode-lwc

  • We now support custom property editors in .js-meta.xml validation. With this update you can now get syntax insights when configuring a component for custom property editing. (PR #4874)

Fixed

salesforcedx-vscode-core

  • We fixed an issue where local changes were being detected as conflicts in conjunction with the "Detect Conflicts At Sync" setting. (PR #4853)

salesforcedx-vscode-soql

  • We updated the copyright template so that it shows the current year (PR #4850)

57.15.0 - May 24, 2023

Added

salesforcedx-vscode-core

  • We enabled our Org Browser functionality when users are working with Scratch Orgs. (PR #4810)

  • We added a setting "Prefer deploy on save" that will run a deploy instead of a push when "Push or deploy on save" is enabled. (PR #4820)

  • We published our extensions to Open VSX for the first time, and automated the process to publish there going forward. (PR #4855)

Fixed

salesforcedx-vscode-apex

  • We updated the Apex language server so that the syntax for Database class methods like insert and delete include accessLevel parameters. (PR #4866)

salesforcedx-vscode-core

  • We fixed an issue where a MetadataApiRetrieveError was displayed when attempting to deploy an empty project (PR #4845)

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

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version that may help the server load faster for users with large projects. Thank you mwaddoupffdc for contributing this improvement! ([PR #4872](https://github.com/for...
Read more

Release v58.13.1

23 Aug 22:59
Compare
Choose a tag to compare

58.13.1 - August 25, 2023

Added

salesforcedx-vscode-apex

  • We added a brand spanking new icon to the status bar that displays the status of the Apex Language Server. Now you always know where you stand with the Apex LSP. 🌟 ✅ 🎉. (PR #4991)

Fixed

salesforcedx-utils-vscode

salesforcedx-vscode-apex

  • We made performance improvements to the Apex Language Server, so you should see faster startup times after the initial activation. The Language Server now only indexes changed files in your workspace. (PR #4956)
  • We fixed an issue where Go To Definition was throwing an error for built-in Apex classes. (PR #4956, ISSUE #4762)

58.11.0 - August 17, 2023

Added

salesforcedx-vscode-core

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

Fixed

salesforcedx-vscode-core

  • We updated the SFDX_CONTAINER_MODE variable to SF_CONTAINER_MODE to resolve an issue with running the SFDX: Authorize an Org command in a container. (PR #5020)

  • We fixed issues under the hood so that the SFDX: Create and Set Up project for ISV Debugging command can now be run without displaying CLI warning messages. (PR #5021)

  • We fixed an issue under the hood so that the SFDX: Set a Default Org command can now be run without displaying CLI warning messages. (PR #5015)

salesforcedx-vscode-lwc

  • We made an update to a dashboard name to reflect a product name change. (PR #5007)

58.9.1 - August 4, 2023

Added

salesforcedx-vscode-core

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

  • We disabled LWC preview in container code. An error message that explains why the command is disabled, is displayed when the command is run in a container. (PR #4983)

Fixed

salesforcedx-utils-vscode

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

salesforcedx-vscode-core

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

58.7.1 - July 21, 2023

Added

salesforcedx-apex-debugger

salesforcedx-utils

salesforcedx-utils-vscode

  • We updated environment variables for the Apex Interactive Debugger to reflect the new SF CLI style. (PR #4980)

Fixed

salesforcedx-vscode-core

  • We fixed an issue with Push-on-save so that the command now works as expected. As a part of this fix, the Problems tab is now cleared after a successful push. (PR #4975)

58.6.2 - July 13, 2023

Added

salesforcedx-vscode-lightning

  • We made an update to the lightning language server version. (PR #4964)

salesforcedx-vscode-lwc

  • We made an update to the lightning language server version. (PR #4964)

Fixed

salesforcedx-vscode-apex-replay-debugger

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

salesforcedx-vscode-core

  • We fixed an issue with the problems tab not clearing errors. (PR #4962)

salesforcedx-vscode-lwc

58.4.1 - June 29, 2023

Fixed

salesforcedx-vscode-apex

  • We made updated dependencies in the Apex LSP and made some changes under the hood to enhance the debugging experience. (PR #4950)

salesforcedx-vscode-core

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

58.3.1 - June 21, 2023

Added

salesforcedx-vscode-core

  • Backed out a change from the v58.3.0 release to fix #4938.

58.3.0 - June 21, 2023

Added

salesforcedx-vscode-core

  • We updated telemetry data to include Org Id. (PR #4917)

58.2.0 - June 13, 2023

Added

salesforcedx-vscode-core

  • Deploy and retrieve commands now use the correct source API version. (PR #4891)

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

58.1.1 - June 7, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex Language Server to include new and modified class. This update also fixed an issue with autocompletion not working for Slack classes. (PR #4907)

Fixed

salesforcedx-sobjects-faux-generator

  • SObject refresh now uses the correct API version. (PR #4883)

salesforcedx-vscode-apex

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

salesforcedx-vscode-apex-replay-debugger

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

58.0.1 - June 2, 2023

Added

salesforcedx-vscode-core

  • We added a setting that enables or disables source tracking for deploy and retrieve operations. (PR #4885)

  • We exposed the TelemetryService class in the core extension API (PR #4879)

salesforcedx-vscode-lwc

  • We now support custom property editors in .js-meta.xml validation. With this update you can now get syntax insights when configuring a component for custom property editing. (PR #4874)

Fixed

salesforcedx-vscode-core

  • We fixed an issue where local changes were being detected as conflicts in conjunction with the "Detect Conflicts At Sync" setting. (PR #4853)

salesforcedx-vscode-soql

  • We updated the copyright template so that it shows the current year (PR #4850)

57.15.0 - May 24, 2023

Added

salesforcedx-vscode-core

  • We enabled our Org Browser functionality when users are working with Scratch Orgs. (PR #4810)

  • We added a setting "Prefer deploy on save" that will run a deploy instead of a push when "Push or deploy on save" is enabled. (PR #4820)

  • We published our extensions to Open VSX for the first time, and automated the process to publish there going forward. (PR #4855)

Fixed

salesforcedx-vscode-apex

  • We updated the Apex language server so that the syntax for Database class methods like insert and delete include accessLevel parameters. (PR #4866)

salesforcedx-vscode-core

  • We fixed an issue where a MetadataApiRetrieveError was displayed when attempting to deploy an empty project (PR #4845)

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

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version that may help the server load faster for users with large projects. Thank you mwaddoupffdc for contributing this improvement! (PR #4872)

57.14.1 - May 17, 2023

Fixed

salesforcedx-vscode-core

  • We updated @salesforce/templates version so that the latest API version 57.0 is used for assetVersion when creating a sample analytics app template. (PR #4851)

salesforcedx-vscode-soql

  • We updated SOQL Builder so that it does not show an error when there is no default org set and a SOQL file is not currently open. (PR #4847)

57.13.1 - May 10, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex language server so that new syntax such as insert, as user, as system and Assert is now available in VS Code. Replay debugger is now available for Anonymous Apex as a result of this update. (PR #4819)

salesforcedx-vscode-core

  • We enabled the following Deploy and Retrieve commands for scratch orgs ([PR #4809](ht...
Read more

Release v58.11.0

16 Aug 18:36
Compare
Choose a tag to compare

58.11.0 - August 17, 2023

Added

salesforcedx-vscode-core

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

Fixed

salesforcedx-vscode-core

  • We updated the SFDX_CONTAINER_MODE variable to SF_CONTAINER_MODE to resolve an issue with running the SFDX: Authorize an Org command in a container. (PR #5020)

  • We fixed issues under the hood so that the SFDX: Create and Set Up project for ISV Debugging command can now be run without displaying CLI warning messages. (PR #5021)

  • We fixed an issue under the hood so that the SFDX: Set a Default Org command can now be run without displaying CLI warning messages. (PR #5015)

salesforcedx-vscode-lwc

  • We made an update to a dashboard name to reflect a product name change. (PR #5007)

58.9.1 - August 4, 2023

Added

salesforcedx-vscode-core

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

  • We disabled LWC preview in container code. An error message that explains why the command is disabled, is displayed when the command is run in a container. (PR #4983)

Fixed

salesforcedx-utils-vscode

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

salesforcedx-vscode-core

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

58.7.1 - July 21, 2023

Added

salesforcedx-apex-debugger

salesforcedx-utils

salesforcedx-utils-vscode

  • We updated environment variables for the Apex Interactive Debugger to reflect the new SF CLI style. (PR #4980)

Fixed

salesforcedx-vscode-core

  • We fixed an issue with Push-on-save so that the command now works as expected. As a part of this fix, the Problems tab is now cleared after a successful push. (PR #4975)

58.6.2 - July 13, 2023

Added

salesforcedx-vscode-lightning

  • We made an update to the lightning language server version. (PR #4964)

salesforcedx-vscode-lwc

  • We made an update to the lightning language server version. (PR #4964)

Fixed

salesforcedx-vscode-apex-replay-debugger

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

salesforcedx-vscode-core

  • We fixed an issue with the problems tab not clearing errors. (PR #4962)

salesforcedx-vscode-lwc

58.4.1 - June 29, 2023

Fixed

salesforcedx-vscode-apex

  • We made updated dependencies in the Apex LSP and made some changes under the hood to enhance the debugging experience. (PR #4950)

salesforcedx-vscode-core

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

58.3.1 - June 21, 2023

Added

salesforcedx-vscode-core

  • Backed out a change from the v58.3.0 release to fix #4938.

58.3.0 - June 21, 2023

Added

salesforcedx-vscode-core

  • We updated telemetry data to include Org Id. (PR #4917)

58.2.0 - June 13, 2023

Added

salesforcedx-vscode-core

  • Deploy and retrieve commands now use the correct source API version. (PR #4891)

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

58.1.1 - June 7, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex Language Server to include new and modified class. This update also fixed an issue with autocompletion not working for Slack classes. (PR #4907)

Fixed

salesforcedx-sobjects-faux-generator

  • SObject refresh now uses the correct API version. (PR #4883)

salesforcedx-vscode-apex

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

salesforcedx-vscode-apex-replay-debugger

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

58.0.1 - June 2, 2023

Added

salesforcedx-vscode-core

  • We added a setting that enables or disables source tracking for deploy and retrieve operations. (PR #4885)

  • We exposed the TelemetryService class in the core extension API (PR #4879)

salesforcedx-vscode-lwc

  • We now support custom property editors in .js-meta.xml validation. With this update you can now get syntax insights when configuring a component for custom property editing. (PR #4874)

Fixed

salesforcedx-vscode-core

  • We fixed an issue where local changes were being detected as conflicts in conjunction with the "Detect Conflicts At Sync" setting. (PR #4853)

salesforcedx-vscode-soql

  • We updated the copyright template so that it shows the current year (PR #4850)

57.15.0 - May 24, 2023

Added

salesforcedx-vscode-core

  • We enabled our Org Browser functionality when users are working with Scratch Orgs. (PR #4810)

  • We added a setting "Prefer deploy on save" that will run a deploy instead of a push when "Push or deploy on save" is enabled. (PR #4820)

  • We published our extensions to Open VSX for the first time, and automated the process to publish there going forward. (PR #4855)

Fixed

salesforcedx-vscode-apex

  • We updated the Apex language server so that the syntax for Database class methods like insert and delete include accessLevel parameters. (PR #4866)

salesforcedx-vscode-core

  • We fixed an issue where a MetadataApiRetrieveError was displayed when attempting to deploy an empty project (PR #4845)

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

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version that may help the server load faster for users with large projects. Thank you mwaddoupffdc for contributing this improvement! (PR #4872)

57.14.1 - May 17, 2023

Fixed

salesforcedx-vscode-core

  • We updated @salesforce/templates version so that the latest API version 57.0 is used for assetVersion when creating a sample analytics app template. (PR #4851)

salesforcedx-vscode-soql

  • We updated SOQL Builder so that it does not show an error when there is no default org set and a SOQL file is not currently open. (PR #4847)

57.13.1 - May 10, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex language server so that new syntax such as insert, as user, as system and Assert is now available in VS Code. Replay debugger is now available for Anonymous Apex as a result of this update. (PR #4819)

salesforcedx-vscode-core

  • We enabled the following Deploy and Retrieve commands for scratch orgs (PR #4809):

    • SFDX: Deploy Source to Org
    • SFDX: Deploy This Source to Org
    • SFDX: Deploy Source in Manifest to Org
    • SFDX: Retrieve Source from Org
    • SFDX: Retrieve This Source from Org
    • SFDX: Retrieve Source in Manifest from Org
  • SFDX: Delete This from Project and Org and SFDX: Delete from Project and Org commands are now available in the Command Palette and in the context menu for scratch orgs. (PR #4757)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version. (PR #4821)

Fixed

salesforcedx-vscode-core

Read more

Release v58.9.1

02 Aug 21:45
Compare
Choose a tag to compare

58.9.1 - August 4, 2023

Added

salesforcedx-vscode-core

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

  • We disabled LWC preview in container code. An error message that explains why the command is disabled, is displayed when the command is run in a container. (PR #4983)

Fixed

salesforcedx-utils-vscode

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

salesforcedx-vscode-core

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

58.7.1 - July 21, 2023

Added

salesforcedx-apex-debugger

salesforcedx-utils

salesforcedx-utils-vscode

  • We updated environment variables for the Apex Interactive Debugger to reflect the new SF CLI style. (PR #4980)

Fixed

salesforcedx-vscode-core

  • We fixed an issue with Push-on-save so that the command now works as expected. As a part of this fix, the Problems tab is now cleared after a successful push. (PR #4975)

58.6.2 - July 13, 2023

Added

salesforcedx-vscode-lightning

  • We made an update to the lightning language server version. (PR #4964)

salesforcedx-vscode-lwc

  • We made an update to the lightning language server version. (PR #4964)

Fixed

salesforcedx-vscode-apex-replay-debugger

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

salesforcedx-vscode-core

  • We fixed an issue with the problems tab not clearing errors. (PR #4962)

salesforcedx-vscode-lwc

58.4.1 - June 29, 2023

Fixed

salesforcedx-vscode-apex

  • We made updated dependencies in the Apex LSP and made some changes under the hood to enhance the debugging experience. (PR #4950)

salesforcedx-vscode-core

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

58.3.1 - June 21, 2023

Added

salesforcedx-vscode-core

  • Backed out a change from the v58.3.0 release to fix #4938.

58.3.0 - June 21, 2023

Added

salesforcedx-vscode-core

  • We updated telemetry data to include Org Id. (PR #4917)

58.2.0 - June 13, 2023

Added

salesforcedx-vscode-core

  • Deploy and retrieve commands now use the correct source API version. (PR #4891)

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

58.1.1 - June 7, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex Language Server to include new and modified class. This update also fixed an issue with autocompletion not working for Slack classes. (PR #4907)

Fixed

salesforcedx-sobjects-faux-generator

  • SObject refresh now uses the correct API version. (PR #4883)

salesforcedx-vscode-apex

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

salesforcedx-vscode-apex-replay-debugger

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

58.0.1 - June 2, 2023

Added

salesforcedx-vscode-core

  • We added a setting that enables or disables source tracking for deploy and retrieve operations. (PR #4885)

  • We exposed the TelemetryService class in the core extension API (PR #4879)

salesforcedx-vscode-lwc

  • We now support custom property editors in .js-meta.xml validation. With this update you can now get syntax insights when configuring a component for custom property editing. (PR #4874)

Fixed

salesforcedx-vscode-core

  • We fixed an issue where local changes were being detected as conflicts in conjunction with the "Detect Conflicts At Sync" setting. (PR #4853)

salesforcedx-vscode-soql

  • We updated the copyright template so that it shows the current year (PR #4850)

57.15.0 - May 24, 2023

Added

salesforcedx-vscode-core

  • We enabled our Org Browser functionality when users are working with Scratch Orgs. (PR #4810)

  • We added a setting "Prefer deploy on save" that will run a deploy instead of a push when "Push or deploy on save" is enabled. (PR #4820)

  • We published our extensions to Open VSX for the first time, and automated the process to publish there going forward. (PR #4855)

Fixed

salesforcedx-vscode-apex

  • We updated the Apex language server so that the syntax for Database class methods like insert and delete include accessLevel parameters. (PR #4866)

salesforcedx-vscode-core

  • We fixed an issue where a MetadataApiRetrieveError was displayed when attempting to deploy an empty project (PR #4845)

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

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version that may help the server load faster for users with large projects. Thank you mwaddoupffdc for contributing this improvement! (PR #4872)

57.14.1 - May 17, 2023

Fixed

salesforcedx-vscode-core

  • We updated @salesforce/templates version so that the latest API version 57.0 is used for assetVersion when creating a sample analytics app template. (PR #4851)

salesforcedx-vscode-soql

  • We updated SOQL Builder so that it does not show an error when there is no default org set and a SOQL file is not currently open. (PR #4847)

57.13.1 - May 10, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex language server so that new syntax such as insert, as user, as system and Assert is now available in VS Code. Replay debugger is now available for Anonymous Apex as a result of this update. (PR #4819)

salesforcedx-vscode-core

  • We enabled the following Deploy and Retrieve commands for scratch orgs (PR #4809):

    • SFDX: Deploy Source to Org
    • SFDX: Deploy This Source to Org
    • SFDX: Deploy Source in Manifest to Org
    • SFDX: Retrieve Source from Org
    • SFDX: Retrieve This Source from Org
    • SFDX: Retrieve Source in Manifest from Org
  • SFDX: Delete This from Project and Org and SFDX: Delete from Project and Org commands are now available in the Command Palette and in the context menu for scratch orgs. (PR #4757)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version. (PR #4821)

Fixed

salesforcedx-vscode-core

  • We fixed some issues with Deploy commands for source-tracked orgs. (PR #4824)

  • We fixed some issues with Retrieve commands for source-tracked orgs. (PR #4773)

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

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

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

salesforcedx-vscode-apex-debugger, salesforcedx-vscode-apex-replay-debugger, salesforcedx-vscode-lightning, salesforcedx-vscode-lwc, salesforcedx-vscode-soql

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

57.10.2 - April 13, 2023

Fixed

salesforcedx-vscode-core

  • We fixed an issue where some metadata labels in the org browser weren't correctly displayed. (PR #4772)

  • We fixed an issue so that source-tracking commands (push, pull, view changes) are now available source-tracked sandboxes. ([PR #47...

Read more

Release v58.7.1

19 Jul 19:22
Compare
Choose a tag to compare

58.7.1 - July 21, 2023

Added

salesforcedx-apex-debugger

salesforcedx-utils

salesforcedx-utils-vscode

  • We updated environment variables for the Apex Interactive Debugger to reflect the new SF CLI style. (PR #4980)

Fixed

salesforcedx-vscode-core

  • We fixed an issue with Push-on-save so that the command now works as expected. As a part of this fix, the Problems tab is now cleared after a successful push. (PR #4975)

58.6.2 - July 13, 2023

Added

salesforcedx-vscode-lightning

  • We made an update to the lightning language server version. (PR #4964)

salesforcedx-vscode-lwc

  • We made an update to the lightning language server version. (PR #4964)

Fixed

salesforcedx-vscode-apex-replay-debugger

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

salesforcedx-vscode-core

  • We fixed an issue with the problems tab not clearing errors. (PR #4962)

salesforcedx-vscode-lwc

58.4.1 - June 29, 2023

Fixed

salesforcedx-vscode-apex

  • We made updated dependencies in the Apex LSP and made some changes under the hood to enhance the debugging experience. (PR #4950)

salesforcedx-vscode-core

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

58.3.1 - June 21, 2023

Added

salesforcedx-vscode-core

  • Backed out a change from the v58.3.0 release to fix #4938.

58.3.0 - June 21, 2023

Added

salesforcedx-vscode-core

  • We updated telemetry data to include Org Id. (PR #4917)

58.2.0 - June 13, 2023

Added

salesforcedx-vscode-core

  • Deploy and retrieve commands now use the correct source API version. (PR #4891)

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

58.1.1 - June 7, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex Language Server to include new and modified class. This update also fixed an issue with autocompletion not working for Slack classes. (PR #4907)

Fixed

salesforcedx-sobjects-faux-generator

  • SObject refresh now uses the correct API version. (PR #4883)

salesforcedx-vscode-apex

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

salesforcedx-vscode-apex-replay-debugger

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

58.0.1 - June 2, 2023

Added

salesforcedx-vscode-core

  • We added a setting that enables or disables source tracking for deploy and retrieve operations. (PR #4885)

  • We exposed the TelemetryService class in the core extension API (PR #4879)

salesforcedx-vscode-lwc

  • We now support custom property editors in .js-meta.xml validation. With this update you can now get syntax insights when configuring a component for custom property editing. (PR #4874)

Fixed

salesforcedx-vscode-core

  • We fixed an issue where local changes were being detected as conflicts in conjunction with the "Detect Conflicts At Sync" setting. (PR #4853)

salesforcedx-vscode-soql

  • We updated the copyright template so that it shows the current year (PR #4850)

57.15.0 - May 24, 2023

Added

salesforcedx-vscode-core

  • We enabled our Org Browser functionality when users are working with Scratch Orgs. (PR #4810)

  • We added a setting "Prefer deploy on save" that will run a deploy instead of a push when "Push or deploy on save" is enabled. (PR #4820)

  • We published our extensions to Open VSX for the first time, and automated the process to publish there going forward. (PR #4855)

Fixed

salesforcedx-vscode-apex

  • We updated the Apex language server so that the syntax for Database class methods like insert and delete include accessLevel parameters. (PR #4866)

salesforcedx-vscode-core

  • We fixed an issue where a MetadataApiRetrieveError was displayed when attempting to deploy an empty project (PR #4845)

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

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version that may help the server load faster for users with large projects. Thank you mwaddoupffdc for contributing this improvement! (PR #4872)

57.14.1 - May 17, 2023

Fixed

salesforcedx-vscode-core

  • We updated @salesforce/templates version so that the latest API version 57.0 is used for assetVersion when creating a sample analytics app template. (PR #4851)

salesforcedx-vscode-soql

  • We updated SOQL Builder so that it does not show an error when there is no default org set and a SOQL file is not currently open. (PR #4847)

57.13.1 - May 10, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex language server so that new syntax such as insert, as user, as system and Assert is now available in VS Code. Replay debugger is now available for Anonymous Apex as a result of this update. (PR #4819)

salesforcedx-vscode-core

  • We enabled the following Deploy and Retrieve commands for scratch orgs (PR #4809):

    • SFDX: Deploy Source to Org
    • SFDX: Deploy This Source to Org
    • SFDX: Deploy Source in Manifest to Org
    • SFDX: Retrieve Source from Org
    • SFDX: Retrieve This Source from Org
    • SFDX: Retrieve Source in Manifest from Org
  • SFDX: Delete This from Project and Org and SFDX: Delete from Project and Org commands are now available in the Command Palette and in the context menu for scratch orgs. (PR #4757)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version. (PR #4821)

Fixed

salesforcedx-vscode-core

  • We fixed some issues with Deploy commands for source-tracked orgs. (PR #4824)

  • We fixed some issues with Retrieve commands for source-tracked orgs. (PR #4773)

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

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

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

salesforcedx-vscode-apex-debugger, salesforcedx-vscode-apex-replay-debugger, salesforcedx-vscode-lightning, salesforcedx-vscode-lwc, salesforcedx-vscode-soql

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

57.10.2 - April 13, 2023

Fixed

salesforcedx-vscode-core

  • We fixed an issue where some metadata labels in the org browser weren't correctly displayed. (PR #4772)

  • We fixed an issue so that source-tracking commands (push, pull, view changes) are now available source-tracked sandboxes. (PR #4755)

  • We removed legacy source tracking commands from the command palette. (PR #4771)

  • We fixed an issue where retrieving the ExperiencePropertyType metadata type would throw an error. Thank you Kaaviyan for your PR. (PR #4784, PR #4761)

salesforcedx-vscode-soql

Read more

Release v58.6.2

12 Jul 22:30
Compare
Choose a tag to compare

58.6.2 - July 13, 2023

Added

salesforcedx-vscode-lightning

  • We made an update to the lightning language server version. (PR #4964)

salesforcedx-vscode-lwc

  • We made an update to the lightning language server version. (PR #4964)

Fixed

salesforcedx-vscode-apex-replay-debugger

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

salesforcedx-vscode-core

  • We fixed an issue with the problems tab not clearing errors. (PR #4962)

salesforcedx-vscode-lwc

58.4.1 - June 29, 2023

Fixed

salesforcedx-vscode-apex

  • We made updated dependencies in the Apex LSP and made some changes under the hood to enhance the debugging experience. (PR #4950)

salesforcedx-vscode-core

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

58.3.1 - June 21, 2023

Added

salesforcedx-vscode-core

  • Backed out a change from the v58.3.0 release to fix #4938.

58.3.0 - June 21, 2023

Added

salesforcedx-vscode-core

  • We updated telemetry data to include Org Id. (PR #4917)

58.2.0 - June 13, 2023

Added

salesforcedx-vscode-core

  • Deploy and retrieve commands now use the correct source API version. (PR #4891)

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

58.1.1 - June 7, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex Language Server to include new and modified class. This update also fixed an issue with autocompletion not working for Slack classes. (PR #4907)

Fixed

salesforcedx-sobjects-faux-generator

  • SObject refresh now uses the correct API version. (PR #4883)

salesforcedx-vscode-apex

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

salesforcedx-vscode-apex-replay-debugger

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

58.0.1 - June 2, 2023

Added

salesforcedx-vscode-core

  • We added a setting that enables or disables source tracking for deploy and retrieve operations. (PR #4885)

  • We exposed the TelemetryService class in the core extension API (PR #4879)

salesforcedx-vscode-lwc

  • We now support custom property editors in .js-meta.xml validation. With this update you can now get syntax insights when configuring a component for custom property editing. (PR #4874)

Fixed

salesforcedx-vscode-core

  • We fixed an issue where local changes were being detected as conflicts in conjunction with the "Detect Conflicts At Sync" setting. (PR #4853)

salesforcedx-vscode-soql

  • We updated the copyright template so that it shows the current year (PR #4850)

57.15.0 - May 24, 2023

Added

salesforcedx-vscode-core

  • We enabled our Org Browser functionality when users are working with Scratch Orgs. (PR #4810)

  • We added a setting "Prefer deploy on save" that will run a deploy instead of a push when "Push or deploy on save" is enabled. (PR #4820)

  • We published our extensions to Open VSX for the first time, and automated the process to publish there going forward. (PR #4855)

Fixed

salesforcedx-vscode-apex

  • We updated the Apex language server so that the syntax for Database class methods like insert and delete include accessLevel parameters. (PR #4866)

salesforcedx-vscode-core

  • We fixed an issue where a MetadataApiRetrieveError was displayed when attempting to deploy an empty project (PR #4845)

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

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version that may help the server load faster for users with large projects. Thank you mwaddoupffdc for contributing this improvement! (PR #4872)

57.14.1 - May 17, 2023

Fixed

salesforcedx-vscode-core

  • We updated @salesforce/templates version so that the latest API version 57.0 is used for assetVersion when creating a sample analytics app template. (PR #4851)

salesforcedx-vscode-soql

  • We updated SOQL Builder so that it does not show an error when there is no default org set and a SOQL file is not currently open. (PR #4847)

57.13.1 - May 10, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex language server so that new syntax such as insert, as user, as system and Assert is now available in VS Code. Replay debugger is now available for Anonymous Apex as a result of this update. (PR #4819)

salesforcedx-vscode-core

  • We enabled the following Deploy and Retrieve commands for scratch orgs (PR #4809):

    • SFDX: Deploy Source to Org
    • SFDX: Deploy This Source to Org
    • SFDX: Deploy Source in Manifest to Org
    • SFDX: Retrieve Source from Org
    • SFDX: Retrieve This Source from Org
    • SFDX: Retrieve Source in Manifest from Org
  • SFDX: Delete This from Project and Org and SFDX: Delete from Project and Org commands are now available in the Command Palette and in the context menu for scratch orgs. (PR #4757)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version. (PR #4821)

Fixed

salesforcedx-vscode-core

  • We fixed some issues with Deploy commands for source-tracked orgs. (PR #4824)

  • We fixed some issues with Retrieve commands for source-tracked orgs. (PR #4773)

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

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

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

salesforcedx-vscode-apex-debugger, salesforcedx-vscode-apex-replay-debugger, salesforcedx-vscode-lightning, salesforcedx-vscode-lwc, salesforcedx-vscode-soql

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

57.10.2 - April 13, 2023

Fixed

salesforcedx-vscode-core

  • We fixed an issue where some metadata labels in the org browser weren't correctly displayed. (PR #4772)

  • We fixed an issue so that source-tracking commands (push, pull, view changes) are now available source-tracked sandboxes. (PR #4755)

  • We removed legacy source tracking commands from the command palette. (PR #4771)

  • We fixed an issue where retrieving the ExperiencePropertyType metadata type would throw an error. Thank you Kaaviyan for your PR. (PR #4784, PR #4761)

salesforcedx-vscode-soql

  • We fixed an issue with SOQL Builder where Code Builder users would see an empty file upon saving a query result. (PR #4754)

57.7.0 - March 22, 2023

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We updated the version of the lightning language server. The new version now includes additional code completion and helpful hover text. (PR #4736)

Fixed

salesforcedx-vscode-soql

Read more

Release v58.4.1

28 Jun 21:41
Compare
Choose a tag to compare

58.4.1 - June 29, 2023

Fixed

salesforcedx-vscode-apex

  • We made updated dependencies in the Apex LSP and made some changes under the hood to enhance the debugging experience. (PR #4950)

salesforcedx-vscode-core

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

58.3.1 - June 21, 2023

Added

salesforcedx-vscode-core

  • Backed out a change from the v58.3.0 release to fix #4938.

58.3.0 - June 21, 2023

Added

salesforcedx-vscode-core

  • We updated telemetry data to include Org Id. (PR #4917)

58.2.0 - June 13, 2023

Added

salesforcedx-vscode-core

  • Deploy and retrieve commands now use the correct source API version. (PR #4891)

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

58.1.1 - June 7, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex Language Server to include new and modified class. This update also fixed an issue with autocompletion not working for Slack classes. (PR #4907)

Fixed

salesforcedx-sobjects-faux-generator

  • SObject refresh now uses the correct API version. (PR #4883)

salesforcedx-vscode-apex

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

salesforcedx-vscode-apex-replay-debugger

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

58.0.1 - June 2, 2023

Added

salesforcedx-vscode-core

  • We added a setting that enables or disables source tracking for deploy and retrieve operations. (PR #4885)

  • We exposed the TelemetryService class in the core extension API (PR #4879)

salesforcedx-vscode-lwc

  • We now support custom property editors in .js-meta.xml validation. With this update you can now get syntax insights when configuring a component for custom property editing. (PR #4874)

Fixed

salesforcedx-vscode-core

  • We fixed an issue where local changes were being detected as conflicts in conjunction with the "Detect Conflicts At Sync" setting. (PR #4853)

salesforcedx-vscode-soql

  • We updated the copyright template so that it shows the current year (PR #4850)

57.15.0 - May 24, 2023

Added

salesforcedx-vscode-core

  • We enabled our Org Browser functionality when users are working with Scratch Orgs. (PR #4810)

  • We added a setting "Prefer deploy on save" that will run a deploy instead of a push when "Push or deploy on save" is enabled. (PR #4820)

  • We published our extensions to Open VSX for the first time, and automated the process to publish there going forward. (PR #4855)

Fixed

salesforcedx-vscode-apex

  • We updated the Apex language server so that the syntax for Database class methods like insert and delete include accessLevel parameters. (PR #4866)

salesforcedx-vscode-core

  • We fixed an issue where a MetadataApiRetrieveError was displayed when attempting to deploy an empty project (PR #4845)

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

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version that may help the server load faster for users with large projects. Thank you mwaddoupffdc for contributing this improvement! (PR #4872)

57.14.1 - May 17, 2023

Fixed

salesforcedx-vscode-core

  • We updated @salesforce/templates version so that the latest API version 57.0 is used for assetVersion when creating a sample analytics app template. (PR #4851)

salesforcedx-vscode-soql

  • We updated SOQL Builder so that it does not show an error when there is no default org set and a SOQL file is not currently open. (PR #4847)

57.13.1 - May 10, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex language server so that new syntax such as insert, as user, as system and Assert is now available in VS Code. Replay debugger is now available for Anonymous Apex as a result of this update. (PR #4819)

salesforcedx-vscode-core

  • We enabled the following Deploy and Retrieve commands for scratch orgs (PR #4809):

    • SFDX: Deploy Source to Org
    • SFDX: Deploy This Source to Org
    • SFDX: Deploy Source in Manifest to Org
    • SFDX: Retrieve Source from Org
    • SFDX: Retrieve This Source from Org
    • SFDX: Retrieve Source in Manifest from Org
  • SFDX: Delete This from Project and Org and SFDX: Delete from Project and Org commands are now available in the Command Palette and in the context menu for scratch orgs. (PR #4757)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version. (PR #4821)

Fixed

salesforcedx-vscode-core

  • We fixed some issues with Deploy commands for source-tracked orgs. (PR #4824)

  • We fixed some issues with Retrieve commands for source-tracked orgs. (PR #4773)

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

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

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

salesforcedx-vscode-apex-debugger, salesforcedx-vscode-apex-replay-debugger, salesforcedx-vscode-lightning, salesforcedx-vscode-lwc, salesforcedx-vscode-soql

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

57.10.2 - April 13, 2023

Fixed

salesforcedx-vscode-core

  • We fixed an issue where some metadata labels in the org browser weren't correctly displayed. (PR #4772)

  • We fixed an issue so that source-tracking commands (push, pull, view changes) are now available source-tracked sandboxes. (PR #4755)

  • We removed legacy source tracking commands from the command palette. (PR #4771)

  • We fixed an issue where retrieving the ExperiencePropertyType metadata type would throw an error. Thank you Kaaviyan for your PR. (PR #4784, PR #4761)

salesforcedx-vscode-soql

  • We fixed an issue with SOQL Builder where Code Builder users would see an empty file upon saving a query result. (PR #4754)

57.7.0 - March 22, 2023

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We updated the version of the lightning language server. The new version now includes additional code completion and helpful hover text. (PR #4736)

Fixed

salesforcedx-vscode-soql

  • We fixed an issue so that the default directory for unsaved query results is now correctly set to the home directory instead of root. (PR #4742)

57.6.0 - March 15, 2023

Fixed

salesforcedx-vscode-core

We removed the SFDX: Start Function in Container command from the Command Palette. (PR #4707).

We made some changes under the hood. (#4723).

57.3.0 - February 24, 2023

Fixed

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

We fixed an issue where checkpoints were being set and removed in an unreliable manner. (PR #4686).

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

We fixed an issue where test icons were not appearing for Apex or LWC tests. (PR #4686).

salesforcedx-vscode-lwc

We fixed an issue where debugging an individual Lightning Web Component test was not wor...

Read more

Release v58.3.1

21 Jun 22:56
Compare
Choose a tag to compare

58.3.1 - June 21, 2023

Added

salesforcedx-vscode-core

  • Backed out a change from the v58.3.0 release to fix #4938.

58.3.0 - June 21, 2023

Added

salesforcedx-vscode-core

  • We updated telemetry data to include Org Id. (PR #4917)

58.2.0 - June 13, 2023

Added

salesforcedx-vscode-core

  • Deploy and retrieve commands now use the correct source API version. (PR #4891)

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

58.1.1 - June 7, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex Language Server to include new and modified class. This update also fixed an issue with autocompletion not working for Slack classes. (PR #4907)

Fixed

salesforcedx-sobjects-faux-generator

  • SObject refresh now uses the correct API version. (PR #4883)

salesforcedx-vscode-apex

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

salesforcedx-vscode-apex-replay-debugger

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

58.0.1 - June 2, 2023

Added

salesforcedx-vscode-core

  • We added a setting that enables or disables source tracking for deploy and retrieve operations. (PR #4885)

  • We exposed the TelemetryService class in the core extension API (PR #4879)

salesforcedx-vscode-lwc

  • We now support custom property editors in .js-meta.xml validation. With this update you can now get syntax insights when configuring a component for custom property editing. (PR #4874)

Fixed

salesforcedx-vscode-core

  • We fixed an issue where local changes were being detected as conflicts in conjunction with the "Detect Conflicts At Sync" setting. (PR #4853)

salesforcedx-vscode-soql

  • We updated the copyright template so that it shows the current year (PR #4850)

57.15.0 - May 24, 2023

Added

salesforcedx-vscode-core

  • We enabled our Org Browser functionality when users are working with Scratch Orgs. (PR #4810)

  • We added a setting "Prefer deploy on save" that will run a deploy instead of a push when "Push or deploy on save" is enabled. (PR #4820)

  • We published our extensions to Open VSX for the first time, and automated the process to publish there going forward. (PR #4855)

Fixed

salesforcedx-vscode-apex

  • We updated the Apex language server so that the syntax for Database class methods like insert and delete include accessLevel parameters. (PR #4866)

salesforcedx-vscode-core

  • We fixed an issue where a MetadataApiRetrieveError was displayed when attempting to deploy an empty project (PR #4845)

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

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version that may help the server load faster for users with large projects. Thank you mwaddoupffdc for contributing this improvement! (PR #4872)

57.14.1 - May 17, 2023

Fixed

salesforcedx-vscode-core

  • We updated @salesforce/templates version so that the latest API version 57.0 is used for assetVersion when creating a sample analytics app template. (PR #4851)

salesforcedx-vscode-soql

  • We updated SOQL Builder so that it does not show an error when there is no default org set and a SOQL file is not currently open. (PR #4847)

57.13.1 - May 10, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex language server so that new syntax such as insert, as user, as system and Assert is now available in VS Code. Replay debugger is now available for Anonymous Apex as a result of this update. (PR #4819)

salesforcedx-vscode-core

  • We enabled the following Deploy and Retrieve commands for scratch orgs (PR #4809):

    • SFDX: Deploy Source to Org
    • SFDX: Deploy This Source to Org
    • SFDX: Deploy Source in Manifest to Org
    • SFDX: Retrieve Source from Org
    • SFDX: Retrieve This Source from Org
    • SFDX: Retrieve Source in Manifest from Org
  • SFDX: Delete This from Project and Org and SFDX: Delete from Project and Org commands are now available in the Command Palette and in the context menu for scratch orgs. (PR #4757)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version. (PR #4821)

Fixed

salesforcedx-vscode-core

  • We fixed some issues with Deploy commands for source-tracked orgs. (PR #4824)

  • We fixed some issues with Retrieve commands for source-tracked orgs. (PR #4773)

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

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

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

salesforcedx-vscode-apex-debugger, salesforcedx-vscode-apex-replay-debugger, salesforcedx-vscode-lightning, salesforcedx-vscode-lwc, salesforcedx-vscode-soql

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

57.10.2 - April 13, 2023

Fixed

salesforcedx-vscode-core

  • We fixed an issue where some metadata labels in the org browser weren't correctly displayed. (PR #4772)

  • We fixed an issue so that source-tracking commands (push, pull, view changes) are now available source-tracked sandboxes. (PR #4755)

  • We removed legacy source tracking commands from the command palette. (PR #4771)

  • We fixed an issue where retrieving the ExperiencePropertyType metadata type would throw an error. Thank you Kaaviyan for your PR. (PR #4784, PR #4761)

salesforcedx-vscode-soql

  • We fixed an issue with SOQL Builder where Code Builder users would see an empty file upon saving a query result. (PR #4754)

57.7.0 - March 22, 2023

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We updated the version of the lightning language server. The new version now includes additional code completion and helpful hover text. (PR #4736)

Fixed

salesforcedx-vscode-soql

  • We fixed an issue so that the default directory for unsaved query results is now correctly set to the home directory instead of root. (PR #4742)

57.6.0 - March 15, 2023

Fixed

salesforcedx-vscode-core

We removed the SFDX: Start Function in Container command from the Command Palette. (PR #4707).

We made some changes under the hood. (#4723).

57.3.0 - February 24, 2023

Fixed

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

We fixed an issue where checkpoints were being set and removed in an unreliable manner. (PR #4686).

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

We fixed an issue where test icons were not appearing for Apex or LWC tests. (PR #4686).

salesforcedx-vscode-lwc

We fixed an issue where debugging an individual Lightning Web Component test was not working as expected. (PR #4688)

salesforcedx-vscode-core

We made some updates under the hood. (PR #4677), (PR #4682).

57.2.1 - February 16, 2023

Fixed

salesforcedx-utils-vscode, salesforcedx-utils

We m...

Read more

Release v58.3.0

21 Jun 16:12
Compare
Choose a tag to compare

58.3.0 - June 21, 2023

Added

salesforcedx-vscode-core

  • We updated telemetry data to include Org Id. (PR #4917)

58.2.0 - June 13, 2023

Added

salesforcedx-vscode-core

  • Deploy and retrieve commands now use the correct source API version. (PR #4891)

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

58.1.1 - June 7, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex Language Server to include new and modified class. This update also fixed an issue with autocompletion not working for Slack classes. (PR #4907)

Fixed

salesforcedx-sobjects-faux-generator

  • SObject refresh now uses the correct API version. (PR #4883)

salesforcedx-vscode-apex

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

salesforcedx-vscode-apex-replay-debugger

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

58.0.1 - June 2, 2023

Added

salesforcedx-vscode-core

  • We added a setting that enables or disables source tracking for deploy and retrieve operations. (PR #4885)

  • We exposed the TelemetryService class in the core extension API (PR #4879)

salesforcedx-vscode-lwc

  • We now support custom property editors in .js-meta.xml validation. With this update you can now get syntax insights when configuring a component for custom property editing. (PR #4874)

Fixed

salesforcedx-vscode-core

  • We fixed an issue where local changes were being detected as conflicts in conjunction with the "Detect Conflicts At Sync" setting. (PR #4853)

salesforcedx-vscode-soql

  • We updated the copyright template so that it shows the current year (PR #4850)

57.15.0 - May 24, 2023

Added

salesforcedx-vscode-core

  • We enabled our Org Browser functionality when users are working with Scratch Orgs. (PR #4810)

  • We added a setting "Prefer deploy on save" that will run a deploy instead of a push when "Push or deploy on save" is enabled. (PR #4820)

  • We published our extensions to Open VSX for the first time, and automated the process to publish there going forward. (PR #4855)

Fixed

salesforcedx-vscode-apex

  • We updated the Apex language server so that the syntax for Database class methods like insert and delete include accessLevel parameters. (PR #4866)

salesforcedx-vscode-core

  • We fixed an issue where a MetadataApiRetrieveError was displayed when attempting to deploy an empty project (PR #4845)

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

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version that may help the server load faster for users with large projects. Thank you mwaddoupffdc for contributing this improvement! (PR #4872)

57.14.1 - May 17, 2023

Fixed

salesforcedx-vscode-core

  • We updated @salesforce/templates version so that the latest API version 57.0 is used for assetVersion when creating a sample analytics app template. (PR #4851)

salesforcedx-vscode-soql

  • We updated SOQL Builder so that it does not show an error when there is no default org set and a SOQL file is not currently open. (PR #4847)

57.13.1 - May 10, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex language server so that new syntax such as insert, as user, as system and Assert is now available in VS Code. Replay debugger is now available for Anonymous Apex as a result of this update. (PR #4819)

salesforcedx-vscode-core

  • We enabled the following Deploy and Retrieve commands for scratch orgs (PR #4809):

    • SFDX: Deploy Source to Org
    • SFDX: Deploy This Source to Org
    • SFDX: Deploy Source in Manifest to Org
    • SFDX: Retrieve Source from Org
    • SFDX: Retrieve This Source from Org
    • SFDX: Retrieve Source in Manifest from Org
  • SFDX: Delete This from Project and Org and SFDX: Delete from Project and Org commands are now available in the Command Palette and in the context menu for scratch orgs. (PR #4757)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version. (PR #4821)

Fixed

salesforcedx-vscode-core

  • We fixed some issues with Deploy commands for source-tracked orgs. (PR #4824)

  • We fixed some issues with Retrieve commands for source-tracked orgs. (PR #4773)

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

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

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

salesforcedx-vscode-apex-debugger, salesforcedx-vscode-apex-replay-debugger, salesforcedx-vscode-lightning, salesforcedx-vscode-lwc, salesforcedx-vscode-soql

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

57.10.2 - April 13, 2023

Fixed

salesforcedx-vscode-core

  • We fixed an issue where some metadata labels in the org browser weren't correctly displayed. (PR #4772)

  • We fixed an issue so that source-tracking commands (push, pull, view changes) are now available source-tracked sandboxes. (PR #4755)

  • We removed legacy source tracking commands from the command palette. (PR #4771)

  • We fixed an issue where retrieving the ExperiencePropertyType metadata type would throw an error. Thank you Kaaviyan for your PR. (PR #4784, PR #4761)

salesforcedx-vscode-soql

  • We fixed an issue with SOQL Builder where Code Builder users would see an empty file upon saving a query result. (PR #4754)

57.7.0 - March 22, 2023

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We updated the version of the lightning language server. The new version now includes additional code completion and helpful hover text. (PR #4736)

Fixed

salesforcedx-vscode-soql

  • We fixed an issue so that the default directory for unsaved query results is now correctly set to the home directory instead of root. (PR #4742)

57.6.0 - March 15, 2023

Fixed

salesforcedx-vscode-core

We removed the SFDX: Start Function in Container command from the Command Palette. (PR #4707).

We made some changes under the hood. (#4723).

57.3.0 - February 24, 2023

Fixed

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

We fixed an issue where checkpoints were being set and removed in an unreliable manner. (PR #4686).

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

We fixed an issue where test icons were not appearing for Apex or LWC tests. (PR #4686).

salesforcedx-vscode-lwc

We fixed an issue where debugging an individual Lightning Web Component test was not working as expected. (PR #4688)

salesforcedx-vscode-core

We made some updates under the hood. (PR #4677), (PR #4682).

57.2.1 - February 16, 2023

Fixed

salesforcedx-utils-vscode, salesforcedx-utils

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

57.0.1 - February 3, 2023

Added

salesforcedx-vscode-core

We made...

Read more

Release v58.2.0

13 Jun 21:09
Compare
Choose a tag to compare

58.2.0 - June 13, 2023

Added

salesforcedx-vscode-core

  • Deploy and retrieve commands now use the correct source API version. (PR #4891)

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

58.1.1 - June 7, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex Language Server to include new and modified class. This update also fixed an issue with autocompletion not working for Slack classes. (PR #4907)

Fixed

salesforcedx-sobjects-faux-generator

  • SObject refresh now uses the correct API version. (PR #4883)

salesforcedx-vscode-apex

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

salesforcedx-vscode-apex-replay-debugger

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

58.0.1 - June 2, 2023

Added

salesforcedx-vscode-core

  • We added a setting that enables or disables source tracking for deploy and retrieve operations. (PR #4885)

  • We exposed the TelemetryService class in the core extension API (PR #4879)

salesforcedx-vscode-lwc

  • We now support custom property editors in .js-meta.xml validation. With this update you can now get syntax insights when configuring a component for custom property editing. (PR #4874)

Fixed

salesforcedx-vscode-core

  • We fixed an issue where local changes were being detected as conflicts in conjunction with the "Detect Conflicts At Sync" setting. (PR #4853)

salesforcedx-vscode-soql

  • We updated the copyright template so that it shows the current year (PR #4850)

57.15.0 - May 24, 2023

Added

salesforcedx-vscode-core

  • We enabled our Org Browser functionality when users are working with Scratch Orgs. (PR #4810)

  • We added a setting "Prefer deploy on save" that will run a deploy instead of a push when "Push or deploy on save" is enabled. (PR #4820)

  • We published our extensions to Open VSX for the first time, and automated the process to publish there going forward. (PR #4855)

Fixed

salesforcedx-vscode-apex

  • We updated the Apex language server so that the syntax for Database class methods like insert and delete include accessLevel parameters. (PR #4866)

salesforcedx-vscode-core

  • We fixed an issue where a MetadataApiRetrieveError was displayed when attempting to deploy an empty project (PR #4845)

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

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version that may help the server load faster for users with large projects. Thank you mwaddoupffdc for contributing this improvement! (PR #4872)

57.14.1 - May 17, 2023

Fixed

salesforcedx-vscode-core

  • We updated @salesforce/templates version so that the latest API version 57.0 is used for assetVersion when creating a sample analytics app template. (PR #4851)

salesforcedx-vscode-soql

  • We updated SOQL Builder so that it does not show an error when there is no default org set and a SOQL file is not currently open. (PR #4847)

57.13.1 - May 10, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex language server so that new syntax such as insert, as user, as system and Assert is now available in VS Code. Replay debugger is now available for Anonymous Apex as a result of this update. (PR #4819)

salesforcedx-vscode-core

  • We enabled the following Deploy and Retrieve commands for scratch orgs (PR #4809):

    • SFDX: Deploy Source to Org
    • SFDX: Deploy This Source to Org
    • SFDX: Deploy Source in Manifest to Org
    • SFDX: Retrieve Source from Org
    • SFDX: Retrieve This Source from Org
    • SFDX: Retrieve Source in Manifest from Org
  • SFDX: Delete This from Project and Org and SFDX: Delete from Project and Org commands are now available in the Command Palette and in the context menu for scratch orgs. (PR #4757)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version. (PR #4821)

Fixed

salesforcedx-vscode-core

  • We fixed some issues with Deploy commands for source-tracked orgs. (PR #4824)

  • We fixed some issues with Retrieve commands for source-tracked orgs. (PR #4773)

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

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

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

salesforcedx-vscode-apex-debugger, salesforcedx-vscode-apex-replay-debugger, salesforcedx-vscode-lightning, salesforcedx-vscode-lwc, salesforcedx-vscode-soql

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

57.10.2 - April 13, 2023

Fixed

salesforcedx-vscode-core

  • We fixed an issue where some metadata labels in the org browser weren't correctly displayed. (PR #4772)

  • We fixed an issue so that source-tracking commands (push, pull, view changes) are now available source-tracked sandboxes. (PR #4755)

  • We removed legacy source tracking commands from the command palette. (PR #4771)

  • We fixed an issue where retrieving the ExperiencePropertyType metadata type would throw an error. Thank you Kaaviyan for your PR. (PR #4784, PR #4761)

salesforcedx-vscode-soql

  • We fixed an issue with SOQL Builder where Code Builder users would see an empty file upon saving a query result. (PR #4754)

57.7.0 - March 22, 2023

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We updated the version of the lightning language server. The new version now includes additional code completion and helpful hover text. (PR #4736)

Fixed

salesforcedx-vscode-soql

  • We fixed an issue so that the default directory for unsaved query results is now correctly set to the home directory instead of root. (PR #4742)

57.6.0 - March 15, 2023

Fixed

salesforcedx-vscode-core

We removed the SFDX: Start Function in Container command from the Command Palette. (PR #4707).

We made some changes under the hood. (#4723).

57.3.0 - February 24, 2023

Fixed

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

We fixed an issue where checkpoints were being set and removed in an unreliable manner. (PR #4686).

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

We fixed an issue where test icons were not appearing for Apex or LWC tests. (PR #4686).

salesforcedx-vscode-lwc

We fixed an issue where debugging an individual Lightning Web Component test was not working as expected. (PR #4688)

salesforcedx-vscode-core

We made some updates under the hood. (PR #4677), (PR #4682).

57.2.1 - February 16, 2023

Fixed

salesforcedx-utils-vscode, salesforcedx-utils

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

57.0.1 - February 3, 2023

Added

salesforcedx-vscode-core

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

Fixed

salesforcedx-vscode-core

  • We fixed an issue with conflict detection...
Read more