Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-idee-bot committed Jan 10, 2024
2 parents 1631048 + 35b5793 commit 33b7991
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
22 changes: 11 additions & 11 deletions SHA256.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ make sure that their SHA values match the values in the list below.
following the instructions at
https://code.visualstudio.com/docs/editor/extension-gallery#_common-questions.
For example, download,
https://salesforce.gallery.vsassets.io/_apis/public/gallery/publisher/salesforce/extension/salesforcedx-vscode-core/59.12.2/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage.
https://salesforce.gallery.vsassets.io/_apis/public/gallery/publisher/salesforce/extension/salesforcedx-vscode-core/59.13.0/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage.

2. From a terminal, run:

shasum -a 256 <location_of_the_downloaded_file>

3. Confirm that the SHA in your output matches the value in this list of SHAs.

40b195a26aa0d9f5a08eaf9dc6287081ab1ced0c0fd93ceaaf02593f239e9d17 salesforcedx-vscode-59.12.2.vsix
c8d50bd722c8c3f9a97440326492282804f791a812693d5c358c1f969ba1fcef salesforcedx-vscode-apex-59.12.2.vsix
478399f1315c2ba23f02d57a33b5e6c52060e26b38c9c4e65e40c7ffddace364 salesforcedx-vscode-apex-debugger-59.12.2.vsix
d015ea5f9f1ad8ddc9dd1843f4864703e23ba68d909b3823b69332fcb0de31ed salesforcedx-vscode-apex-replay-debugger-59.12.2.vsix
66e31524413743a8d760324e70156b058efdc55267f82c9a25ec6fcb2e025b6f salesforcedx-vscode-core-59.12.2.vsix
8f04e2abe25383aaf2036325018f168ca2a0a83ea89e1468f61bbaa7d8e09c28 salesforcedx-vscode-expanded-59.12.2.vsix
de4ab01f46a3ff71e28ce36d0c81860084077746aa4e82a91937d0174d792d65 salesforcedx-vscode-lightning-59.12.2.vsix
724dbc6efa2750e5aff0b60b4978c7dc49d8337bc2ae2cdb4a0990b6a597f014 salesforcedx-vscode-lwc-59.12.2.vsix
998ce2e9319dd23373f35488b6384c584553ff0141220fa6e39fb027be87f3a2 salesforcedx-vscode-soql-59.12.2.vsix
7fdfb61a93044d6e07b5ecfefc5392f0ed5dd44b928522a82b8f037c42d10543 salesforcedx-vscode-visualforce-59.12.2.vsix
616acd1435d44f854f8882583f8a8dece19a40be7c938b3ff494a5cf4758c19e salesforcedx-vscode-59.13.0.vsix
1e326d0147e782205a91b3f3316afe4d6193a7d217ec5a773e2c3a2ed380c6f6 salesforcedx-vscode-apex-59.13.0.vsix
52391b0929cee26f0994ab196740f24caf6e46146e9e4e9a8c5c63f7113b5d84 salesforcedx-vscode-apex-debugger-59.13.0.vsix
cb64a1d0be9b5a728406a7f5fbfd6b50fd6652e0db3f2723549838665bb528ea salesforcedx-vscode-apex-replay-debugger-59.13.0.vsix
1934b6b822efef6bfbd87fe33c066ebf442a5b9c6522f7d9f68231dbec97ef3e salesforcedx-vscode-core-59.13.0.vsix
851ca846019fc98d72d1f154433cfebad12ddd2ce24ae94c38b178cdaa27fba7 salesforcedx-vscode-expanded-59.13.0.vsix
42a062ed6cb49ca84da6df0a81fb8f994c80b68dbaa6129172a1c157c7494c58 salesforcedx-vscode-lightning-59.13.0.vsix
7b3fb5c9d24db785a97bd4694dddc410bf9fac260d15c3a1c168e7e58f2f4078 salesforcedx-vscode-lwc-59.13.0.vsix
5f6c1687cdf1eacef999af480589ad099f21c190d128441a9bae8134d975a816 salesforcedx-vscode-soql-59.13.0.vsix
85a6d286390bcac2292062eff9177bf79893c1924a89ce75b93f0bb45f688088 salesforcedx-vscode-visualforce-59.13.0.vsix


4. Change the filename extension for the file that you downloaded from .zip to
Expand Down
12 changes: 9 additions & 3 deletions packages/salesforcedx-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# 59.12.2 - January 5, 2024
# 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](https://github.com/forcedotcom/salesforcedx-vscode/pull/5185))

## Fixed

Expand All @@ -19,8 +25,8 @@
#### salesforcedx-vscode-core

- We updated the @salesforce/templates version so that the latest API version 59.0 is used. ([PR #5260](https://github.com/forcedotcom/salesforcedx-vscode/pull/5260))
- We updated several commands to the new `sf style` to remove some more pesky warnings. Use the new VSCode setting to set the `SF_LOG_LEVEL` environment variable that is now required for the `SFDX: 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](https://github.com/forcedotcom/salesforcedx-vscode/pull/5273), [PR #5294](https://github.com/forcedotcom/salesforcedx-vscode/pull/5294), [PR #5295](https://github.com/forcedotcom/salesforcedx-vscode/pull/5295))
- We updated several commands to the new `sf style` to remove some more pesky warnings. ([PR #5273](https://github.com/forcedotcom/salesforcedx-vscode/pull/5273), [PR #5294](https://github.com/forcedotcom/salesforcedx-vscode/pull/5294), [PR #5295](https://github.com/forcedotcom/salesforcedx-vscode/pull/5295), [PR #5303](https://github.com/forcedotcom/salesforcedx-vscode/pull/5303))
- We made some changes under the hood. ([PR #5318](https://github.com/forcedotcom/salesforcedx-vscode/pull/5318))

# 59.9.0 - December 13, 2023

Expand Down

0 comments on commit 33b7991

Please sign in to comment.