Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 2.89 KB

File metadata and controls

44 lines (35 loc) · 2.89 KB

Currently, Visual Studio Code extensions are not signed or verified on the Microsoft Visual Studio Code Marketplace. Salesforce provides the Secure Hash Algorithm (SHA) of each extension that we publish. To verify the extensions, make sure that their SHA values match the values in the list below.

  1. Instead of installing the Visual Code Extension directly from within Visual Studio Code, download the VS Code extension that you want to check by 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/66.0.3/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage.

  2. From a terminal, run:

shasum -a 256 <location_of_the_downloaded_file>

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

2922f0a312b851365e4b0a3bc01aa6be786bb03933aec1c83087cb53071392fa salesforcedx-vscode-66.0.3.vsix 7e8d19975138a42823b8b0ce90ca3270dac4f1b5bb0fbaa16077f6ce29c01d0b salesforcedx-vscode-apex-66.0.3.vsix bc245271dd6e71a9bee51a2c8c3ff822310d5953609c8e6f8c51f1d07653fc8b salesforcedx-vscode-apex-debugger-66.0.3.vsix 13cd89917d443c1a35c4c0b2b9122ee08b9215a7e192c0fc7e18d70df046e0dd salesforcedx-vscode-apex-log-66.0.3.vsix 481cee4240cdbbbdc231a3a1c4902da59a0ac579c899b24758b158d260151ba4 salesforcedx-vscode-apex-oas-66.0.3.vsix 5840321f658fd34dcb574d0138bc3dcd1f0347b5bf92475b659fc67417e8220e salesforcedx-vscode-apex-replay-debugger-66.0.3.vsix 1684614fca116601b058af3b1d1b6dc39c3951a9a19cd9af5f6fd341237fd0fb salesforcedx-vscode-apex-testing-66.0.3.vsix 596672d2efc0f3614980044936999dba7d92f06c1d26c03a8fe330b6429ec35a salesforcedx-vscode-core-66.0.3.vsix 9402220c209ed2ef46c0236376ccac71d23e17332ead937b163371a7950bb0b1 salesforcedx-vscode-expanded-66.0.3.vsix b24cd21acd707fd2605b94857775cfdf4be5e14da6598ff8bd8143d711e1b37d salesforcedx-vscode-lightning-66.0.3.vsix bedb72be827840db6ebed700d278aa68fa12cce18bb2ff3370fc7161a3612cc8 salesforcedx-vscode-lwc-66.0.3.vsix 70173a10cb3c5c9137c7661cde8c4f2db2c3a0d116d3f2a4e919b97f996baa11 salesforcedx-vscode-metadata-66.0.3.vsix 665ca5ae5c4e4e51c18726c53d3810086e36603b3edb2a6b8155ea6c2764afaa salesforcedx-vscode-org-66.0.3.vsix 521bd726231c45b908bbd77f043e197cba39c9b70063b6c2f8a3be38b87caa72 salesforcedx-vscode-org-browser-66.0.3.vsix 622b9e97ffdb8ff081ef839b31f0802e27f5708200ccfef96ef5603f23b874d1 salesforcedx-vscode-services-66.0.3.vsix b1559636d512acfdebbfc273a0962beff017af4960979bca1676ed50f463fe2e salesforcedx-vscode-soql-66.0.3.vsix e2d90f5b10e2a0417e7583469d2b98ec3b4f153aa59d0e9fe2db165c8b0d4d5d salesforcedx-vscode-visualforce-66.0.3.vsix

  1. Change the filename extension for the file that you downloaded from .zip to .vsix.

  2. In Visual Studio Code, from the Extensions view, select ... > Install from VSIX.

  3. Install the verified VSIX file.