Releases: forcedotcom/salesforcedx-vscode
Release v59.5.1
59.5.1 - November 16, 2023
Added
salesforcedx-vscode-apex
Fixed
docs
salesforcedx-vscode-apex
-
We made some updates so that closing of a workspace results in a clean shut down of the Apex language client. (PR #5217)
-
We made some changes under the hood. (PR #5212)
salesforcedx-vscode-core
-
We migrated from
TSLint
toESLint
. We can now support both TypeScript and JavaScript linting. (PR #5203) -
Weβve removed support for Functions from the Salesforce Extension Pack. You can still use the SF CLI to access this functionality. (PR #5204)
salesforcedx-vscode-soql
- We made some changes under the hood. (PR #5212)
59.4.0 - November 10, 2023
Fixed
docs
- We made some updates to our documentation. (PR #5197)
59.3.1 - November 3, 2023
Added
salesforcedx-vscode-apex
-
We made some changes under the hood. (PR #5184)
-
Our Apex extension can now detect orphaned language servers at startup. You can view the processes in the Output 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
- We made some updates to the Lightning Language Server so that it no longer crashes on startup. Thank you Itachi Uchiha for creating the issue. Thank you Rob Baillie and RaΜzvan RacoltΜ¦a for helping us with testing. We appreciate each one of you. (PR #583, ISSUE #5069)
59.1.2 - October 19, 2023
Fixed
salesforcedx-sobjects-faux-generator
- We added
Asset
andDomain
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 thatphp
andhtml
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 newsf 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 tosf-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
- We migrated some commands that used
sfdx-style
to the newsf-style
. You should now get some reprieve from those annoying warnings! (PR #5071, PR #5060, PR #5061, PR #5059, PR #5058)
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 usesfdx-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 toSF_CONTAINER_MODE
to resolve an issue with running theSFDX: 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...
Release v59.4.0
59.4.0 - November 10, 2023
Fixed
docs
- We made some doc updates. (PR #5197)
59.3.1 - November 3, 2023
Added
salesforcedx-vscode-apex
-
We made some changes under the hood. (PR #5184)
-
Our Apex extension can now detect orphaned language servers at startup. You can view the processes in the Output 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
- We made some updates to the Lightning Language Server so that it no longer crashes on startup. Thank you Itachi Uchiha for creating the issue. Thank you Rob Baillie and RaΜzvan RacoltΜ¦a for helping us with testing. We appreciate each one of you. (PR #583, ISSUE #5069)
59.1.2 - October 19, 2023
Fixed
salesforcedx-sobjects-faux-generator
- We added
Asset
andDomain
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 thatphp
andhtml
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 newsf 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 tosf-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
- We migrated some commands that used
sfdx-style
to the newsf-style
. You should now get some reprieve from those annoying warnings! (PR #5071, PR #5060, PR #5061, PR #5059, PR #5058)
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 usesfdx-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 toSF_CONTAINER_MODE
to resolve an issue with running theSFDX: 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, theProblems
tab is now cleared after a successful push. ([PR #4975](https...
Release v59.3.1
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
- We made some updates to the Lightning Language Server so that it no longer crashes on startup. Thank you Itachi Uchiha for creating the issue. Thank you Rob Baillie and RaΜzvan RacoltΜ¦a for helping us with testing. We appreciate each one of you. (PR #583, ISSUE #5069)
59.1.2 - October 19, 2023
Fixed
salesforcedx-sobjects-faux-generator
- We added
Asset
andDomain
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 thatphp
andhtml
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 newsf 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 tosf-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
- We migrated some commands that used
sfdx-style
to the newsf-style
. You should now get some reprieve from those annoying warnings! (PR #5071, PR #5060, PR #5061, PR #5059, PR #5058)
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 usesfdx-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 toSF_CONTAINER_MODE
to resolve an issue with running theSFDX: 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, theProblems
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...
Release v59.2.0
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
andDomain
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 thatphp
andhtml
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 newsf 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 tosf-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
- We migrated some commands that used
sfdx-style
to the newsf-style
. You should now get some reprieve from those annoying warnings! (PR #5071, PR #5060, PR #5061, PR #5059, PR #5058)
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 usesfdx-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 toSF_CONTAINER_MODE
to resolve an issue with running theSFDX: 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, theProblems
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
- We added new snippets for LWC HTML. Thank you Mark Vogelgesang for creating the issue. (PR #4946, [ISSUE #4857](https://github.com/forcedotcom/salesforc...
Release v59.1.2
59.1.2 - October 19, 2023
Fixed
salesforcedx-sobjects-faux-generator
- We added
Asset
andDomain
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 thatphp
andhtml
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 newsf 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 tosf-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
- We migrated some commands that used
sfdx-style
to the newsf-style
. You should now get some reprieve from those annoying warnings! (PR #5071, PR #5060, PR #5061, PR #5059, PR #5058)
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 usesfdx-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 toSF_CONTAINER_MODE
to resolve an issue with running theSFDX: 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, theProblems
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
- We added new snippets for LWC HTML. Thank you Mark Vogelgesang for creating the issue. (PR #4946, ISSUE #4857)
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 https://github.co...
Release v59.1.1
59.1.1 - October 19, 2023
Fixed
salesforcedx-sobjects-faux-generator
- We added
Asset
andDomain
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 thatphp
andhtml
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 newsf 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 tosf-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
- We migrated some commands that used
sfdx-style
to the newsf-style
. You should now get some reprieve from those annoying warnings! (PR #5071, PR #5060, PR #5061, PR #5059, PR #5058)
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 usesfdx-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 toSF_CONTAINER_MODE
to resolve an issue with running theSFDX: 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, theProblems
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
- We added new snippets for LWC HTML. Thank you Mark Vogelgesang for creating the issue. (PR #4946, ISSUE #4857)
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 https://github.co...
Release v59.1.0
59.1.0 - October 20, 2023
Fixed
salesforcedx-sobjects-faux-generator
- We added
Asset
andDomain
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 thatphp
andhtml
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 newsf 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 tosf-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
- We migrated some commands that used
sfdx-style
to the newsf-style
. You should now get some reprieve from those annoying warnings! (PR #5071, PR #5060, PR #5061, PR #5059, PR #5058)
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 usesfdx-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 toSF_CONTAINER_MODE
to resolve an issue with running theSFDX: 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, theProblems
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
- We added new snippets for LWC HTML. Thank you Mark Vogelgesang for creating the issue. (PR #4946, ISSUE #4857)
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 https://github.co...
Release v59.0.0
59.0.0 - October 13, 2023
Fixed
salesforcedx-vscode-core
- We updated the
SFDX: List All Aliases
command to the newsf 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 tosf-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
- We migrated some commands that used
sfdx-style
to the newsf-style
. You should now get some reprieve from those annoying warnings! (PR #5071, PR #5060, PR #5061, PR #5059, PR #5058)
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 usesfdx-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 toSF_CONTAINER_MODE
to resolve an issue with running theSFDX: 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, theProblems
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
- We added new snippets for LWC HTML. Thank you Mark Vogelgesang for creating the issue. (PR #4946, ISSUE #4857)
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...
Release v58.16.0
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 tosf-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
- We migrated some commands that used
sfdx-style
to the newsf-style
. You should now get some reprieve from those annoying warnings! (PR #5071, PR #5060, PR #5061, PR #5059, PR #5058)
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 usesfdx-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 toSF_CONTAINER_MODE
to resolve an issue with running theSFDX: 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, theProblems
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
- We added new snippets for LWC HTML. Thank you Mark Vogelgesang for creating the issue. (PR #4946, ISSUE #4857)
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)
###...
Release v58.15.0
58.15.0 - September 22, 2023
Fixed
salesforcedx-vscode-apex
- We've formally withdrawn support for Java 8. (PR #5078)
salesforcedx-vscode-core
- We migrated some commands that used
sfdx-style
to the newsf-style
. You should now get some reprieve from those annoying warnings! (PR #5071, PR #5060, PR #5061, PR #5059, PR #5058)
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 usesfdx-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 toSF_CONTAINER_MODE
to resolve an issue with running theSFDX: 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, theProblems
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
- We added new snippets for LWC HTML. Thank you Mark Vogelgesang for creating the issue. (PR #4946, ISSUE #4857)
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)