Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (28 loc) · 2.17 KB

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/59.17.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.

fe01718532d070cdde12a6d0d724ac7f4c9471e80c2efdb25fb28fc338e306f1 salesforcedx-vscode-59.17.0.vsix d2c41b5bf937ff5429c72b047bb47d8024a07498cea55dff2e7936a9a6a15adc salesforcedx-vscode-apex-59.17.0.vsix 49144f7cc355bf619089167340646d4509b4d1b40cd1d034a5d5afa09f4ac205 salesforcedx-vscode-apex-debugger-59.17.0.vsix f3af8d62aa2a3591f72b7880284c64610de5ca566408e8ced792c0f3b56eace1 salesforcedx-vscode-apex-replay-debugger-59.17.0.vsix 4abedf33c1c72139d87c5dee2068d4e11bc09f679a334b7e444852faa5667897 salesforcedx-vscode-core-59.17.0.vsix 3c61ac2ff57c97f60bf74704d93be6e08cc4edbb4ffd7eb9fae77f19ecb4b1f0 salesforcedx-vscode-expanded-59.17.0.vsix 2f213fc04670c951225d17dde566b5a11b2692aff2be74fdbeedb6504a89466d salesforcedx-vscode-lightning-59.17.0.vsix 7a8a83674c1b5e7d56cdf0ec19a68c8053902139469f5f46501f8160411e824a salesforcedx-vscode-lwc-59.17.0.vsix bbb44ca54f15d16db42ab583fb8c115324d3c1dfb1ca26dc4bdc988546f97e57 salesforcedx-vscode-soql-59.17.0.vsix bcb3eb1e010dface72f7f71ce64242951c7a0adc4c647aa62baba5c89f4dcf4f salesforcedx-vscode-visualforce-59.17.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.