Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.22 KB

SHA256.md

File metadata and controls

25 lines (19 loc) · 1.22 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/57.15.0/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. 3a28223251a6c7fe66c9e03142dcbe105a1ff879251c3b3ca0b56b5679d33cd3 ./sfdx-code-analyzer-vscode-0.5.0.vsix

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

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

  4. Install the verified VSIX file.