Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.43 KB

SHA256.md

File metadata and controls

31 lines (21 loc) · 1.43 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/analyticsdx-vscode-core/0.8.2/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.

    • 33d158fa75927122b6e8f9b7aa05b2290a88021b5c88b4af157fc71ba76b0fdd analyticsdx-vscode-core-0.8.2.vsix
    • e252ccc6ef61fabb094f7d91200e79f16a93473946e8c0d700dcb02c75d1c39b analyticsdx-vscode-templates-0.8.2.vsix
    • bac5470895f902746fbc2500f6e1ca49d9b3500464cea319b8cca84407b5d91c analyticsdx-vscode-0.8.2.vsix
  4. Change the filename extension for the file that you downloaded from .zip to .vsix.

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

  6. Install the verified VSIX file.