Skip to content

Releases: forcedotcom/salesforcedx-vscode

Release v59.4.0

08 Nov 21:45
Compare
Choose a tag to compare

59.4.0 - November 10, 2023

Fixed

docs

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 channel and then do as you please with them. Terminate them, or ignore them. The choice is yours. Always remember though, with great power comes great responsibility! (PR #5160)

salesforcedx-vscode-core

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

Fixed

docs

  • We added a helpful note to the Local Development Server topic. Thank you Brett for your contribution. (PR #5170)

forcedotcom/lightning-language-server

59.1.2 - October 19, 2023

Fixed

salesforcedx-sobjects-faux-generator

  • We added Asset and Domain objects to the current list of standard objects. (PR #5125)

salesforcedx-vscode-apex

  • We released a new version of the Apex Language Server. (PR #5152)

salesforcedx-vscode-core

  • We added a missing label. (PR #5162)

  • We upgraded the VS Code language client to version 9. (PR #5127)

salesforcedx-vscode-lightning

  • We changed the scope name of html grammar in the Aura extension so that php and html code is correctly parsed and highlighted. (PR #5159)

59.0.0 - October 11, 2023

Fixed

salesforcedx-vscode-core

  • We updated the SFDX: List All Aliases command to the new sf style and got rid of more of those pesky warnings. You're welcome. (PR #5112)

58.16.0 - October 4, 2023

Added

salesforcedx-vscode-apex

  • We fixed an Apex snippet and added some cool new ones. Thank you Vishal Skywalker for your contribution. It is greatly appreciated. (PR #5108)

Fixed

salesforcedx-vscode-core

  • We made an update to the STL implementation so that Deploy and Retrieve operations are now faster. (PR #5115, ISSUE #4865)
  • We migrated breakpoints and debugging commands and flags to the new sf-style. We also migrated org display commands and flags to sf-style. More reprieve from those annoying warnings! (PR #5072, PR #5111)

forcedotcom/lightning-language-server

  • We fixed the LWC Language Server so that it no longer crashes on startup. Thank you divmain for your contribution. (PR #578, ISSUE #4994)

58.15.0 - September 22, 2023

Fixed

salesforcedx-vscode-apex

  • We've formally withdrawn support for Java 8. (PR #5078)

salesforcedx-vscode-core

58.14.2 - September 8, 2023

Added

  • We released a brand new Einstein for Developers extension πŸŽ‰ πŸŽ‰! Use this extension to generate boilerplate code from natural language instructions in a sidebar, so you can work with your editor and the tool side by side, without any interruptions to your workflow. You can also get code suggestions within an existing Apex class, trigger, or anonymous Apex file. Simply enter in a prompt describing what you'd like to build and see Apex code generated within your editor.

docs

  • We added documentation for Einstein for Developers (Beta) (PR #5053)

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](https...
Read more

Release v59.3.1

01 Nov 20:21
Compare
Choose a tag to compare

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 channel and then do as you please with them. Terminate them, or ignore them. The choice is yours. Always remember though, with great power comes great responsibility! (PR #5160)

salesforcedx-vscode-core

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

Fixed

docs

  • We added a helpful note to the Local Development Server topic. Thank you Brett for your contribution. (PR #5170)

forcedotcom/lightning-language-server

59.1.2 - October 19, 2023

Fixed

salesforcedx-sobjects-faux-generator

  • We added Asset and Domain objects to the current list of standard objects. (PR #5125)

salesforcedx-vscode-apex

  • We released a new version of the Apex Language Server. (PR #5152)

salesforcedx-vscode-core

  • We added a missing label. (PR #5162)

  • We upgraded the VS Code language client to version 9. (PR #5127)

salesforcedx-vscode-lightning

  • We changed the scope name of html grammar in the Aura extension so that php and html code is correctly parsed and highlighted. (PR #5159)

59.0.0 - October 11, 2023

Fixed

salesforcedx-vscode-core

  • We updated the SFDX: List All Aliases command to the new sf style and got rid of more of those pesky warnings. You're welcome. (PR #5112)

58.16.0 - October 4, 2023

Added

salesforcedx-vscode-apex

  • We fixed an Apex snippet and added some cool new ones. Thank you Vishal Skywalker for your contribution. It is greatly appreciated. (PR #5108)

Fixed

salesforcedx-vscode-core

  • We made an update to the STL implementation so that Deploy and Retrieve operations are now faster. (PR #5115, ISSUE #4865)
  • We migrated breakpoints and debugging commands and flags to the new sf-style. We also migrated org display commands and flags to sf-style. More reprieve from those annoying warnings! (PR #5072, PR #5111)

forcedotcom/lightning-language-server

  • We fixed the LWC Language Server so that it no longer crashes on startup. Thank you divmain for your contribution. (PR #578, ISSUE #4994)

58.15.0 - September 22, 2023

Fixed

salesforcedx-vscode-apex

  • We've formally withdrawn support for Java 8. (PR #5078)

salesforcedx-vscode-core

58.14.2 - September 8, 2023

Added

  • We released a brand new Einstein for Developers extension πŸŽ‰ πŸŽ‰! Use this extension to generate boilerplate code from natural language instructions in a sidebar, so you can work with your editor and the tool side by side, without any interruptions to your workflow. You can also get code suggestions within an existing Apex class, trigger, or anonymous Apex file. Simply enter in a prompt describing what you'd like to build and see Apex code generated within your editor.

docs

  • We added documentation for Einstein for Developers (Beta) (PR #5053)

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 t...
Read more

Release v59.2.0

25 Oct 20:48
Compare
Choose a tag to compare

59.2.0 - October 27, 2023

Added

salesforcedx-vscode-apex

  • Our Apex extension can now detect orphaned language servers at startup. You can view the processes in the Output channel and then do as you please with them. Terminate them, or ignore them. The choice is yours. Remember this though --with great power comes great responsibility. (PR #5160)

salesforcedx-vscode-core

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

59.1.2 - October 19, 2023

Fixed

salesforcedx-sobjects-faux-generator

  • We added Asset and Domain objects to the current list of standard objects. (PR #5125)

salesforcedx-vscode-apex

  • We released a new version of the Apex Language Server. (PR #5152)

salesforcedx-vscode-core

  • We added a missing label. (PR #5162)

  • We upgraded the VS Code language client to version 9. (PR #5127)

salesforcedx-vscode-lightning

  • We changed the scope name of html grammar in the Aura extension so that php and html code is correctly parsed and highlighted. (PR #5159)

59.0.0 - October 11, 2023

Fixed

salesforcedx-vscode-core

  • We updated the SFDX: List All Aliases command to the new sf style and got rid of more of those pesky warnings. You're welcome. (PR #5112)

58.16.0 - October 4, 2023

Added

salesforcedx-vscode-apex

  • We fixed an Apex snippet and added some cool new ones. Thank you Vishal Skywalker for your contribution. It is greatly appreciated. (PR #5108)

Fixed

salesforcedx-vscode-core

  • We made an update to the STL implementation so that Deploy and Retrieve operations are now faster. (PR #5115, ISSUE #4865)
  • We migrated breakpoints and debugging commands and flags to the new sf-style. We also migrated org display commands and flags to sf-style. More reprieve from those annoying warnings! (PR #5072, PR #5111)

forcedotcom/lightning-language-server

  • We fixed the LWC Language Server so that it no longer crashes on startup. Thank you divmain for your contribution. (PR #578, ISSUE #4994)

58.15.0 - September 22, 2023

Fixed

salesforcedx-vscode-apex

  • We've formally withdrawn support for Java 8. (PR #5078)

salesforcedx-vscode-core

58.14.2 - September 8, 2023

Added

  • We released a brand new Einstein for Developers extension πŸŽ‰ πŸŽ‰! Use this extension to generate boilerplate code from natural language instructions in a sidebar, so you can work with your editor and the tool side by side, without any interruptions to your workflow. You can also get code suggestions within an existing Apex class, trigger, or anonymous Apex file. Simply enter in a prompt describing what you'd like to build and see Apex code generated within your editor.

docs

  • We added documentation for Einstein for Developers (Beta) (PR #5053)

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

Read more

Release v59.1.2

19 Oct 21:12
Compare
Choose a tag to compare

59.1.2 - October 19, 2023

Fixed

salesforcedx-sobjects-faux-generator

  • We added Asset and Domain objects to the current list of standard objects. (PR #5125)

salesforcedx-vscode-apex

  • We released a new version of the Apex Language Server. (PR #5152)

salesforcedx-vscode-core

  • We added a missing label. (PR #5162)

  • We upgraded the VS Code language client to version 9. (PR #5127)

salesforcedx-vscode-lightning

  • We changed the scope name of html grammar in the Aura extension so that php and html code is correctly parsed and highlighted. (PR #5159)

59.0.0 - October 11, 2023

Fixed

salesforcedx-vscode-core

  • We updated the SFDX: List All Aliases command to the new sf style and got rid of more of those pesky warnings. You're welcome. (PR #5112)

58.16.0 - October 4, 2023

Added

salesforcedx-vscode-apex

  • We fixed an Apex snippet and added some cool new ones. Thank you Vishal Skywalker for your contribution. It is greatly appreciated. (PR #5108)

Fixed

salesforcedx-vscode-core

  • We made an update to the STL implementation so that Deploy and Retrieve operations are now faster. (PR #5115, ISSUE #4865)
  • We migrated breakpoints and debugging commands and flags to the new sf-style. We also migrated org display commands and flags to sf-style. More reprieve from those annoying warnings! (PR #5072, PR #5111)

forcedotcom/lightning-language-server

  • We fixed the LWC Language Server so that it no longer crashes on startup. Thank you divmain for your contribution. (PR #578, ISSUE #4994)

58.15.0 - September 22, 2023

Fixed

salesforcedx-vscode-apex

  • We've formally withdrawn support for Java 8. (PR #5078)

salesforcedx-vscode-core

58.14.2 - September 8, 2023

Added

  • We released a brand new Einstein for Developers extension πŸŽ‰ πŸŽ‰! Use this extension to generate boilerplate code from natural language instructions in a sidebar, so you can work with your editor and the tool side by side, without any interruptions to your workflow. You can also get code suggestions within an existing Apex class, trigger, or anonymous Apex file. Simply enter in a prompt describing what you'd like to build and see Apex code generated within your editor.

docs

  • We added documentation for Einstein for Developers (Beta) (PR #5053)

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

Read more

Release v59.1.1

19 Oct 17:45
Compare
Choose a tag to compare

59.1.1 - October 19, 2023

Fixed

salesforcedx-sobjects-faux-generator

  • We added Asset and Domain objects to the current list of standard objects. (PR #5125)

salesforcedx-vscode-apex

  • We released a new version of the Apex Language Server. (PR #5152)

salesforcedx-vscode-core

  • We added a missing label. (PR #5162)

  • We upgraded the VS Code language client to version 9. (PR #5127)

salesforcedx-vscode-lightning

  • We changed the scope name of html grammar in the Aura extension so that php and html code is correctly parsed and highlighted. (PR #5159)

59.0.0 - October 11, 2023

Fixed

salesforcedx-vscode-core

  • We updated the SFDX: List All Aliases command to the new sf style and got rid of more of those pesky warnings. You're welcome. (PR #5112)

58.16.0 - October 4, 2023

Added

salesforcedx-vscode-apex

  • We fixed an Apex snippet and added some cool new ones. Thank you Vishal Skywalker for your contribution. It is greatly appreciated. (PR #5108)

Fixed

salesforcedx-vscode-core

  • We made an update to the STL implementation so that Deploy and Retrieve operations are now faster. (PR #5115, ISSUE #4865)
  • We migrated breakpoints and debugging commands and flags to the new sf-style. We also migrated org display commands and flags to sf-style. More reprieve from those annoying warnings! (PR #5072, PR #5111)

forcedotcom/lightning-language-server

  • We fixed the LWC Language Server so that it no longer crashes on startup. Thank you divmain for your contribution. (PR #578, ISSUE #4994)

58.15.0 - September 22, 2023

Fixed

salesforcedx-vscode-apex

  • We've formally withdrawn support for Java 8. (PR #5078)

salesforcedx-vscode-core

58.14.2 - September 8, 2023

Added

  • We released a brand new Einstein for Developers extension πŸŽ‰ πŸŽ‰! Use this extension to generate boilerplate code from natural language instructions in a sidebar, so you can work with your editor and the tool side by side, without any interruptions to your workflow. You can also get code suggestions within an existing Apex class, trigger, or anonymous Apex file. Simply enter in a prompt describing what you'd like to build and see Apex code generated within your editor.

docs

  • We added documentation for Einstein for Developers (Beta) (PR #5053)

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

Read more

Release v59.1.0

18 Oct 21:18
Compare
Choose a tag to compare

59.1.0 - October 20, 2023

Fixed

salesforcedx-sobjects-faux-generator

  • We added Asset and Domain objects to the current list of standard objects. (PR #5125)

salesforcedx-vscode-apex

  • We released a new version of the Apex Language Server. (PR #5152)

salesforcedx-vscode-core

  • We added a missing label. (PR #5162)

  • We upgraded the VS Code language client to version 9. (PR #5127)

salesforcedx-vscode-lightning

  • We changed the scope name of html grammar in the Aura extension so that php and html code is correctly parsed and highlighted. (PR #5159)

59.0.0 - October 13, 2023

Fixed

salesforcedx-vscode-core

  • We updated the SFDX: List All Aliases command to the new sf style and got rid of more of those pesky warnings. You're welcome. (PR #5112)

58.16.0 - October 4, 2023

Added

salesforcedx-vscode-apex

  • We fixed an Apex snippet and added some cool new ones. Thank you Vishal Skywalker for your contribution. It is greatly appreciated. (PR #5108)

Fixed

salesforcedx-vscode-core

  • We made an update to the STL implementation so that Deploy and Retrieve operations are now faster. (PR #5115, ISSUE #4865)
  • We migrated breakpoints and debugging commands and flags to the new sf-style. We also migrated org display commands and flags to sf-style. More reprieve from those annoying warnings! (PR #5072, PR #5111)

forcedotcom/lightning-language-server

  • We fixed the LWC Language Server so that it no longer crashes on startup. Thank you divmain for your contribution. (PR #578, ISSUE #4994)

58.15.0 - September 22, 2023

Fixed

salesforcedx-vscode-apex

  • We've formally withdrawn support for Java 8. (PR #5078)

salesforcedx-vscode-core

58.14.2 - September 8, 2023

Added

  • We released a brand new Einstein for Developers extension πŸŽ‰ πŸŽ‰! Use this extension to generate boilerplate code from natural language instructions in a sidebar, so you can work with your editor and the tool side by side, without any interruptions to your workflow. You can also get code suggestions within an existing Apex class, trigger, or anonymous Apex file. Simply enter in a prompt describing what you'd like to build and see Apex code generated within your editor.

docs

  • We added documentation for Einstein for Developers (Beta) (PR #5053)

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

Read more

Release v59.0.0

11 Oct 20:13
Compare
Choose a tag to compare

59.0.0 - October 13, 2023

Fixed

salesforcedx-vscode-core

  • We updated the SFDX: List All Aliases command to the new sf style and got rid of more of those pesky warnings. You're welcome. (PR #5112)

58.16.0 - October 4, 2023

Added

salesforcedx-vscode-apex

  • We fixed an Apex snippet and added some cool new ones. Thank you Vishal Skywalker for your contribution. It is greatly appreciated. (PR #5108)

Fixed

salesforcedx-vscode-core

  • We made an update to the STL implementation so that Deploy and Retrieve operations are now faster. (PR #5115, ISSUE #4865)
  • We migrated breakpoints and debugging commands and flags to the new sf-style. We also migrated org display commands and flags to sf-style. More reprieve from those annoying warnings! (PR #5072, PR #5111)

forcedotcom/lightning-language-server

  • We fixed the LWC Language Server so that it no longer crashes on startup. Thank you divmain for your contribution. (PR #578, ISSUE #4994)

58.15.0 - September 22, 2023

Fixed

salesforcedx-vscode-apex

  • We've formally withdrawn support for Java 8. (PR #5078)

salesforcedx-vscode-core

58.14.2 - September 8, 2023

Added

  • We released a brand new Einstein for Developers extension πŸŽ‰ πŸŽ‰! Use this extension to generate boilerplate code from natural language instructions in a sidebar, so you can work with your editor and the tool side by side, without any interruptions to your workflow. You can also get code suggestions within an existing Apex class, trigger, or anonymous Apex file. Simply enter in a prompt describing what you'd like to build and see Apex code generated within your editor.

docs

  • We added documentation for Einstein for Developers (Beta) (PR #5053)

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...

Read more

Release v58.16.0

04 Oct 21:37
Compare
Choose a tag to compare

58.16.0 - October 4, 2023

Added

salesforcedx-vscode-apex

  • We fixed an Apex snippet and added some cool new ones. Thank you Vishal Skywalker for your contribution. It is greatly appreciated. (PR #5108)

Fixed

salesforcedx-vscode-core

  • We made an update to the STL implementation so that Deploy and Retrieve operations are now faster. (PR #5115, ISSUE #4865)
  • We migrated breakpoints and debugging commands and flags to the new sf-style. We also migrated org display commands and flags to sf-style. More reprieve from those annoying warnings! (PR #5072, PR #5111)

forcedotcom/lightning-language-server

  • We fixed the LWC Language Server so that it no longer crashes on startup. Thank you divmain for your contribution. (PR #578, ISSUE #4994)

58.15.0 - September 22, 2023

Fixed

salesforcedx-vscode-apex

  • We've formally withdrawn support for Java 8. (PR #5078)

salesforcedx-vscode-core

58.14.2 - September 8, 2023

Added

  • We released a brand new Einstein for Developers extension πŸŽ‰ πŸŽ‰! Use this extension to generate boilerplate code from natural language instructions in a sidebar, so you can work with your editor and the tool side by side, without any interruptions to your workflow. You can also get code suggestions within an existing Apex class, trigger, or anonymous Apex file. Simply enter in a prompt describing what you'd like to build and see Apex code generated within your editor.

docs

  • We added documentation for Einstein for Developers (Beta) (PR #5053)

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)

###...

Read more

Release v58.15.0

21 Sep 22:33
Compare
Choose a tag to compare

58.15.0 - September 22, 2023

Fixed

salesforcedx-vscode-apex

  • We've formally withdrawn support for Java 8. (PR #5078)

salesforcedx-vscode-core

58.14.2 - September 8, 2023

Added

  • We released a brand new Einstein for Developers extension πŸŽ‰ πŸŽ‰! Use this extension to generate boilerplate code from natural language instructions in a sidebar, so you can work with your editor and the tool side by side, without any interruptions to your workflow. You can also get code suggestions within an existing Apex class, trigger, or anonymous Apex file. Simply enter in a prompt describing what you'd like to build and see Apex code generated within your editor.

docs

  • We added documentation for Einstein for Developers (Beta) (PR #5053)

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

salesforc...

Read more

Release v58.14.2

08 Sep 21:39
Compare
Choose a tag to compare

58.14.2 - September 8, 2023

Added

  • We released a brand new Einstein for Developers extension πŸŽ‰ πŸŽ‰! Use this extension to generate boilerplate code from natural language instructions in a sidebar, so you can work with your editor and the tool side by side, without any interruptions to your workflow. You can also get code suggestions within an existing Apex class, trigger, or anonymous Apex file. Simply enter in a prompt describing what you'd like to build and see Apex code generated within your editor.

docs

  • We added documentation for Einstein for Developers (Beta) (PR #5053)

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 ...
Read more