Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 2.17 KB

SHA256.md

File metadata and controls

38 lines (28 loc) · 2.17 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.13.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.

f6748e234a4f65042bc3e94b1bdc7d06b02c1c57f82c7c3593bb34a0dbe468e4 salesforcedx-vscode-62.13.0.vsix 9873861574193327318327d261b7c462f5550aaadb8f671ff3e1b9a399268233 salesforcedx-vscode-apex-62.13.0.vsix 69c70990ce03e1454df5e03211a5cdb8d41098bef9a64d91b0950bc36d4b0e71 salesforcedx-vscode-apex-debugger-62.13.0.vsix df25591c77e4e22ccd4a7bbaa736bb1d486acad6c8c472f55c97917c127bce1f salesforcedx-vscode-apex-replay-debugger-62.13.0.vsix 9439217e35582672b0e5a2368a73a952e05b88c1120f4370622491d660dbe759 salesforcedx-vscode-core-62.13.0.vsix 94c2b32c69ee6da1a103843dff0101d287f27bb06da7f1c432de9a6730e89fa0 salesforcedx-vscode-expanded-62.13.0.vsix ea3a6d4b9b4ef98c4198059241179ca40515d8ebc5b5bd5d08dbf2f74f31a0d8 salesforcedx-vscode-lightning-62.13.0.vsix 3b4f87814ead01259637d56fa11921fcc94653defc01deea227835e14945cd7e salesforcedx-vscode-lwc-62.13.0.vsix d66ea2beff1ef7a8f6813965d959b44d1ec23570b1561e5b34860a2104911264 salesforcedx-vscode-soql-62.13.0.vsix cfab559c471564567ec7954405cd1506fd4d6895bd72f155745fb9c023e3e1ec salesforcedx-vscode-visualforce-62.13.0.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.