Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 2.15 KB

SHA256.md

File metadata and controls

38 lines (28 loc) · 2.15 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/62.5.1/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.

3fe30d9990763bd51eda35529f8608e6a0086d24ec2ab685fbc3e7bb0b991a67 salesforcedx-vscode-62.5.1.vsix 0df3f7c3a24a27fccc58184e98b8c96287dccaf8f6ac26ee108b2d93f686029e salesforcedx-vscode-apex-62.5.1.vsix 59c468a558a6d60c0bd260f161566ed71f7d3ad20bd5bd01846acedfa887f2a4 salesforcedx-vscode-apex-debugger-62.5.1.vsix e36f63b8614bc0accdd5f252fdc56b924b3c6152049a6b81c0f275c0854731af salesforcedx-vscode-apex-replay-debugger-62.5.1.vsix 1c87c4a06339886ac1c2a5d08d32c34b04ace6c64fff6db5f14de0d7de224550 salesforcedx-vscode-core-62.5.1.vsix 83bd16c097e95ae238b79ce690cb8b799d5415d8cc1a0bdf39130faa904466cc salesforcedx-vscode-expanded-62.5.1.vsix b497f3f0511cb0a5e88631ba114f94f6379100d503895992d9c85a383caaaa21 salesforcedx-vscode-lightning-62.5.1.vsix 6cd21e17bc39893b225695baf39f57d717ba110715665a6f5d9da930368968b7 salesforcedx-vscode-lwc-62.5.1.vsix 4061f13f7ff6f4f6410a5a5eab4edc1d707bf158a4bcc8493612eea956b1754d salesforcedx-vscode-soql-62.5.1.vsix 5fc5a13a351379bfc865dd484d321d849ff67298613545467f3c24e2df81ba76 salesforcedx-vscode-visualforce-62.5.1.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.