Releases: forcedotcom/salesforcedx-vscode
Release v59.14.0
59.14.0 - January 17, 2024
Added
salesforcedx-vscode-core
- We made a major upgrade to the version of the
@salesforce/core
library. (PR #5332)
Fixed
docs
- We added information about purchasing additional Code Builder licenses. (PR #5329)
salesforcedx-utils-vscode
salesforcedx-vscode-apex
- We fixed an issue with the Apex Replay Debugger that was preventing it from being launched from an Apex test file. (PR #5326)
salesforcedx-vscode-core
- We migrated some more commands to the new
sf style
to get rid of more warnings. (PR #5297, PR #5298)
59.13.0 - January 11, 2024
Added
salesforcedx-vscode-core
- We now validate your CLI version during activation of the CLI Integration extension and let you know if you need to make any updates. The validation ensures that your CLI version is compatible with the rest of our extension pack. We hope this update takes away some of the guesswork around which CLI version you should be on, and helps keep your CLI up to date. (PR #5185)
Fixed
docs
- We added new information about prompt context and grounding to our docs. Now you can write prompts using context and also better understand grounding. All this to ask the right questions and get back higher quality responses from Einstein for Developers. (PR #5264)
- We made some changes under the hood. (PR #5307)
salesforcedx-utils-vscode
- We made some changes under the hood. (PR #5316)
salesforcedx-vscode-apex
- We updated the @salesforce/apex-node dependency to correct an existing bug where Apex test result records were dropped during fetch from org. (PR #5269)
- We fixed an issue where the Apex Replay Debugger was throwing an error that the logs directory did not exist when users tried to debug anonymous Apex for the first time. (PR #5316)
salesforcedx-vscode-core
- We updated the @salesforce/templates version so that the latest API version 59.0 is used. (PR #5260)
- We updated several commands to the new
sf style
to remove some more pesky warnings. (PR #5273, PR #5294, PR #5295, PR #5303) - We made some changes under the hood. (PR #5318)
59.9.0 - December 13, 2023
Fixed
salesforcedx-vscode-core
- We made some changes under the hood. (PR #5253)
docs
- We made updates to the Org Browser docs topic. (PR #5254)
59.8.0 - December 6, 2023
Added
salesforcedx-vscode-apex
salesforcedx-vscode-expanded
salesforcedx-vscode-lightning
salesforcedx-vscode-lwc
salesforcedx-vscode-soql
- We made some changes to the order in which extensions that are part of the Salesforce Extension Pack, are enabled when the extension pack is activated. This update enables faster activation of our Extension Pack. (PR #5250)
Fixed
salesforcedx-vscode-apex
salesforcedx-vscode-core
59.7.0 - November 29, 2023
Added
salesforcedx-vscode-apex
- We added a new setting that allows you to change the log levels of the Apex Language Server. (PR #5235)
salesforcedx-vscode-core
- Use the new
SFDX: Create Apex Unit Test Class
command to quickly create Apex unit tests. (PR #5237)
Fixed
salesforcedx-vscode-core
- We made some changes under the hood. (PR #5245)
59.5.1 - November 16, 2023
Added
salesforcedx-vscode-apex
Fixed
docs
salesforcedx-vscode-apex
-
We made some updates so that closing of a workspace results in a clean shut down of the Apex language client. (PR #5217)
-
We made some changes under the hood. (PR #5212)
salesforcedx-vscode-core
-
We migrated from
TSLint
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 Răzvan Racolț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](https://github.com/forcedotcom/salesforcedx-vscode/pul...
Release v59.13.0
59.13.0 - January 11, 2024
Added
salesforcedx-vscode-core
- We now validate your CLI version during activation of the CLI Integration extension and let you know if you need to make any updates. The validation ensures that your CLI version is compatible with the rest of our extension pack. We hope this update takes away some of the guesswork around which CLI version you should be on, and helps keep your CLI up to date. (PR #5185)
Fixed
docs
- We added new information about prompt context and grounding to our docs. Now you can write prompts using context and also better understand grounding. All this to ask the right questions and get back higher quality responses from Einstein for Developers. (PR #5264)
- We made some changes under the hood. (PR #5307)
salesforcedx-utils-vscode
- We made some changes under the hood. (PR #5316)
salesforcedx-vscode-apex
- We updated the @salesforce/apex-node dependency to correct an existing bug where Apex test result records were dropped during fetch from org. (PR #5269)
- We fixed an issue where the Apex Replay Debugger was throwing an error that the logs directory did not exist when users tried to debug anonymous Apex for the first time. (PR #5316)
salesforcedx-vscode-core
- We updated the @salesforce/templates version so that the latest API version 59.0 is used. (PR #5260)
- We updated several commands to the new
sf style
to remove some more pesky warnings. (PR #5273, PR #5294, PR #5295, PR #5303) - We made some changes under the hood. (PR #5318)
59.9.0 - December 13, 2023
Fixed
salesforcedx-vscode-core
- We made some changes under the hood. (PR #5253)
docs
- We made updates to the Org Browser docs topic. (PR #5254)
59.8.0 - December 6, 2023
Added
salesforcedx-vscode-apex
salesforcedx-vscode-expanded
salesforcedx-vscode-lightning
salesforcedx-vscode-lwc
salesforcedx-vscode-soql
- We made some changes to the order in which extensions that are part of the Salesforce Extension Pack, are enabled when the extension pack is activated. This update enables faster activation of our Extension Pack. (PR #5250)
Fixed
salesforcedx-vscode-apex
salesforcedx-vscode-core
59.7.0 - November 29, 2023
Added
salesforcedx-vscode-apex
- We added a new setting that allows you to change the log levels of the Apex Language Server. (PR #5235)
salesforcedx-vscode-core
- Use the new
SFDX: Create Apex Unit Test Class
command to quickly create Apex unit tests. (PR #5237)
Fixed
salesforcedx-vscode-core
- We made some changes under the hood. (PR #5245)
59.5.1 - November 16, 2023
Added
salesforcedx-vscode-apex
Fixed
docs
salesforcedx-vscode-apex
-
We made some updates so that closing of a workspace results in a clean shut down of the Apex language client. (PR #5217)
-
We made some changes under the hood. (PR #5212)
salesforcedx-vscode-core
-
We migrated from
TSLint
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 Răzvan Racolț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](https://github.com/forcedotcom/...
Release v59.12.2
59.12.2 - January 5, 2024
Fixed
docs
- We added new information about prompt context and grounding to our docs. Now you can write prompts using context and also better understand grounding. All this to ask the right questions and get back higher quality responses from Einstein for Developers. (PR #5264)
- We made some changes under the hood. (PR #5307)
salesforcedx-utils-vscode
- We made some changes under the hood. (PR #5316)
salesforcedx-vscode-apex
- We updated the @salesforce/apex-node dependency to correct an existing bug where Apex test result records were dropped during fetch from org. (PR #5269)
- We fixed an issue where the Apex Replay Debugger was throwing an error that the logs directory did not exist when users tried to debug anonymous Apex for the first time. (PR #5316)
salesforcedx-vscode-core
- We updated the @salesforce/templates version so that the latest API version 59.0 is used. (PR #5260)
- We updated several commands to the new
sf style
to remove some more pesky warnings. Use the new VSCode setting to set theSF_LOG_LEVEL
environment variable that is now required for theSFDX: Create a Default Scratch Org
command. Documentation for Salesforce CLI log levels here: https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_dev_cli_log_messages.htm
(PR #5273, PR #5294, PR #5295)
59.9.0 - December 13, 2023
Fixed
salesforcedx-vscode-core
- We made some changes under the hood. (PR #5253)
docs
- We made updates to the Org Browser docs topic. (PR #5254)
59.8.0 - December 6, 2023
Added
salesforcedx-vscode-apex
salesforcedx-vscode-expanded
salesforcedx-vscode-lightning
salesforcedx-vscode-lwc
salesforcedx-vscode-soql
- We made some changes to the order in which extensions that are part of the Salesforce Extension Pack, are enabled when the extension pack is activated. This update enables faster activation of our Extension Pack. (PR #5250)
Fixed
salesforcedx-vscode-apex
salesforcedx-vscode-core
59.7.0 - November 29, 2023
Added
salesforcedx-vscode-apex
- We added a new setting that allows you to change the log levels of the Apex Language Server. (PR #5235)
salesforcedx-vscode-core
- Use the new
SFDX: Create Apex Unit Test Class
command to quickly create Apex unit tests. (PR #5237)
Fixed
salesforcedx-vscode-core
- We made some changes under the hood. (PR #5245)
59.5.1 - November 16, 2023
Added
salesforcedx-vscode-apex
Fixed
docs
salesforcedx-vscode-apex
-
We made some updates so that closing of a workspace results in a clean shut down of the Apex language client. (PR #5217)
-
We made some changes under the hood. (PR #5212)
salesforcedx-vscode-core
-
We migrated from
TSLint
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 Răzvan Racolț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](https://market...
Release v59.12.1
59.12.1 - January 4, 2024
Fixed
docs
- We added new information about prompt context and grounding to our docs. Now you can write prompts using context and also better understand grounding. All this to ask the right questions and get back higher quality responses from Einstein for Developers. (PR #5264)
- We made some changes under the hood. (PR #5307)
salesforcedx-utils-vscode
- We made some changes under the hood. (PR #5316)
salesforcedx-vscode-apex
- We updated the @salesforce/apex-node dependency to correct an existing bug where Apex test result records were dropped during fetch from org. (PR #5269)
- We fixed an issue where the Apex Replay Debugger was throwing an error that the logs directory did not exist when users tried to debug anonymous Apex for the first time. (PR #5316)
salesforcedx-vscode-core
- We updated the @salesforce/templates version so that the latest API version 59.0 is used. (PR #5260)
- We updated several commands to the new
sf style
to remove some more pesky warnings. (PR #5273, PR #5294, PR #5295)
59.9.0 - December 13, 2023
Fixed
salesforcedx-vscode-core
- We made some changes under the hood. (PR #5253)
docs
- We made updates to the Org Browser docs topic. (PR #5254)
59.8.0 - December 6, 2023
Added
salesforcedx-vscode-apex
salesforcedx-vscode-expanded
salesforcedx-vscode-lightning
salesforcedx-vscode-lwc
salesforcedx-vscode-soql
- We made some changes to the order in which extensions that are part of the Salesforce Extension Pack, are enabled when the extension pack is activated. This update enables faster activation of our Extension Pack. (PR #5250)
Fixed
salesforcedx-vscode-apex
salesforcedx-vscode-core
59.7.0 - November 29, 2023
Added
salesforcedx-vscode-apex
- We added a new setting that allows you to change the log levels of the Apex Language Server. (PR #5235)
salesforcedx-vscode-core
- Use the new
SFDX: Create Apex Unit Test Class
command to quickly create Apex unit tests. (PR #5237)
Fixed
salesforcedx-vscode-core
- We made some changes under the hood. (PR #5245)
59.5.1 - November 16, 2023
Added
salesforcedx-vscode-apex
Fixed
docs
salesforcedx-vscode-apex
-
We made some updates so that closing of a workspace results in a clean shut down of the Apex language client. (PR #5217)
-
We made some changes under the hood. (PR #5212)
salesforcedx-vscode-core
-
We migrated from
TSLint
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 Răzvan Racolț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 cod...
Release v59.12.0
59.12.0 - January 3, 2024
Fixed
docs
- We added new information about prompt context and grounding to our docs. Now you can write prompts using context and also better understand grounding. All this to ask the right questions and get back higher quality responses from Einstein for Developers. (PR #5264)
salesforcedx-vscode-apex
- We updated the @salesforce/apex-node dependency to correct an existing bug where Apex test result records were dropped during fetch from org. (PR #5269)
salesforcedx-vscode-core
- We updated the @salesforce/templates version so that the latest API version 59.0 is used. (PR #5260)
- We updated the
SFDX: List All Config Variables
andSFDX: Set a Default Org
commands to the newsf style
to remove some more pesky warnings. (PR #5273)
59.9.0 - December 13, 2023
Fixed
salesforcedx-vscode-core
- We made some changes under the hood. (PR #5253)
docs
- We made updates to the Org Browser docs topic. (PR #5254)
59.8.0 - December 6, 2023
Added
salesforcedx-vscode-apex
salesforcedx-vscode-expanded
salesforcedx-vscode-lightning
salesforcedx-vscode-lwc
salesforcedx-vscode-soql
- We made some changes to the order in which extensions that are part of the Salesforce Extension Pack, are enabled when the extension pack is activated. This update enables faster activation of our Extension Pack. (PR #5250)
Fixed
salesforcedx-vscode-apex
salesforcedx-vscode-core
59.7.0 - November 29, 2023
Added
salesforcedx-vscode-apex
- We added a new setting that allows you to change the log levels of the Apex Language Server. (PR #5235)
salesforcedx-vscode-core
- Use the new
SFDX: Create Apex Unit Test Class
command to quickly create Apex unit tests. (PR #5237)
Fixed
salesforcedx-vscode-core
- We made some changes under the hood. (PR #5245)
59.5.1 - November 16, 2023
Added
salesforcedx-vscode-apex
Fixed
docs
salesforcedx-vscode-apex
-
We made some updates so that closing of a workspace results in a clean shut down of the Apex language client. (PR #5217)
-
We made some changes under the hood. (PR #5212)
salesforcedx-vscode-core
-
We migrated from
TSLint
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 Răzvan Racolț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 r...
Release v59.10.0
59.10.0 - December 20, 2023
Fixed
docs
- We added new information about prompt context and grounding to our docs. Now you can write prompts using context and also better understand grounding. All this to ask the right questions and get back higher quality responses from Einstein for Developers. (PR #5264)
salesforcedx-vscode-apex
- Update @salesforce/apex-node dependency to correct an existing bug where Apex test result records were dropped during fetch from org. (PR #5269)
salesforcedx-vscode-core
- We updated @salesforce/templates version so that the latest API version 59.0 is used. (PR #5260)
59.9.0 - December 13, 2023
Fixed
salesforcedx-vscode-core
- We made some changes under the hood. (PR #5253)
docs
- We made updates to the Org Browser docs topic. (PR #5254)
59.8.0 - December 6, 2023
Added
salesforcedx-vscode-apex
salesforcedx-vscode-expanded
salesforcedx-vscode-lightning
salesforcedx-vscode-lwc
salesforcedx-vscode-soql
- We made some changes to the order in which extensions that are part of the Salesforce Extension Pack, are enabled when the extension pack is activated. This update enables faster activation of our Extension Pack. (PR #5250)
Fixed
salesforcedx-vscode-apex
salesforcedx-vscode-core
59.7.0 - November 29, 2023
Added
salesforcedx-vscode-apex
- We added a new setting that allows you to change the log levels of the Apex Language Server. (PR #5235)
salesforcedx-vscode-core
- Use the new
SFDX: Create Apex Unit Test Class
command to quickly create Apex unit tests. (PR #5237)
Fixed
salesforcedx-vscode-core
- We made some changes under the hood. (PR #5245)
59.5.1 - November 16, 2023
Added
salesforcedx-vscode-apex
Fixed
docs
salesforcedx-vscode-apex
-
We made some updates so that closing of a workspace results in a clean shut down of the Apex language client. (PR #5217)
-
We made some changes under the hood. (PR #5212)
salesforcedx-vscode-core
-
We migrated from
TSLint
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 Răzvan Racolț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](htt...
Release v59.9.0
59.9.0 - December 13, 2023
Fixed
salesforcedx-vscode-core
- We made some changes under the hood. (PR #5253)
docs
- We made updates to the Org Browser docs topic. (PR #5254)
59.8.0 - December 6, 2023
Added
salesforcedx-vscode-apex
salesforcedx-vscode-expanded
salesforcedx-vscode-lightning
salesforcedx-vscode-lwc
salesforcedx-vscode-soql
- We made some changes to the order in which extensions that are part of the Salesforce Extension Pack, are enabled when the extension pack is activated. This update enables faster activation of our Extension Pack. (PR #5250)
Fixed
salesforcedx-vscode-apex
salesforcedx-vscode-core
59.7.0 - November 29, 2023
Added
salesforcedx-vscode-apex
- We added a new setting that allows you to change the log levels of the Apex Language Server. (PR #5235)
salesforcedx-vscode-core
- Use the new
SFDX: Create Apex Unit Test Class
command to quickly create Apex unit tests. (PR #5237)
Fixed
salesforcedx-vscode-core
- We made some changes under the hood. (PR #5245)
59.5.1 - November 16, 2023
Added
salesforcedx-vscode-apex
Fixed
docs
salesforcedx-vscode-apex
-
We made some updates so that closing of a workspace results in a clean shut down of the Apex language client. (PR #5217)
-
We made some changes under the hood. (PR #5212)
salesforcedx-vscode-core
-
We migrated from
TSLint
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 Răzvan Racolț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. 🌟 :white_check_ma...
Release v59.8.0
59.8.0 - December 6, 2023
Added
salesforcedx-vscode-apex
salesforcedx-vscode-expanded
salesforcedx-vscode-lightning
salesforcedx-vscode-lwc
salesforcedx-vscode-soql
- We made some changes to the order in which extensions that are part of the Salesforce Extension Pack, are enabled when the extension pack is activated. This update enables faster activation of our Extension Pack. (PR #5250)
Fixed
salesforcedx-vscode-apex
salesforcedx-vscode-core
59.7.0 - November 29, 2023
Added
salesforcedx-vscode-apex
- We added a new setting that allows you to change the log levels of the Apex Language Server. (PR #5235)
salesforcedx-vscode-core
- Use the new
SFDX: Create Apex Unit Test Class
command to quickly create Apex unit tests. (PR #5237)
Fixed
salesforcedx-vscode-core
- We made some changes under the hood. (PR #5245)
59.5.1 - November 16, 2023
Added
salesforcedx-vscode-apex
Fixed
docs
salesforcedx-vscode-apex
-
We made some updates so that closing of a workspace results in a clean shut down of the Apex language client. (PR #5217)
-
We made some changes under the hood. (PR #5212)
salesforcedx-vscode-core
-
We migrated from
TSLint
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 Răzvan Racolț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 indexe...
Release v59.7.0
59.7.0 - November 29, 2023
Added
salesforcedx-vscode-apex
- We added a new setting that allows you to change the log levels of the Apex Language Server. (PR #5235)
salesforcedx-vscode-core
- Use the new
SFDX: Create Apex Unit Test Class
command to quickly create Apex unit tests. (PR #5237)
Fixed
salesforcedx-vscode-core
- We made some changes under the hood. (PR #5245)
59.5.1 - November 16, 2023
Added
salesforcedx-vscode-apex
Fixed
docs
salesforcedx-vscode-apex
-
We made some updates so that closing of a workspace results in a clean shut down of the Apex language client. (PR #5217)
-
We made some changes under the hood. (PR #5212)
salesforcedx-vscode-core
-
We migrated from
TSLint
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 Răzvan Racolț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 the `SFDX: Authorize an...
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 Răzvan Racolț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...