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.
-
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/63.1.1/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage.
-
From a terminal, run:
shasum -a 256 <location_of_the_downloaded_file>
- Confirm that the SHA in your output matches the value in this list of SHAs.
b6b7f7cf3d602df8d2e51bf7fd75f6db6e507435305ec216103c5fb36c1ab5c0 salesforcedx-vscode-63.1.1.vsix d8050149ee2a1e47806c6b46c3f0cd9d9e678f837e147f639c440ff70fe90af9 salesforcedx-vscode-apex-63.1.1.vsix 6a0fa030b4b1cdc4e0836919ff885a9bbe805bee13472b6cfba5c0f0dcaa7491 salesforcedx-vscode-apex-debugger-63.1.1.vsix e259334f9c25b5517552ca7ab8b743aefc5859139f5205ba2afb458b1dceb5cf salesforcedx-vscode-apex-replay-debugger-63.1.1.vsix 8f220b43e0588e39b3a6f927ed2783df2c781dbb802d9679f3988a534c4c25d9 salesforcedx-vscode-core-63.1.1.vsix cb6c3c38400a428e8bc4d9f68a40af00eba56aa4ea19b3f7ff7b4e1ec7648724 salesforcedx-vscode-expanded-63.1.1.vsix 8641ddff6a90e4427575a348a1b614034d3e28b45853cd439a7069c34992f6ea salesforcedx-vscode-lightning-63.1.1.vsix a7666a0211a0f60cc1baa3bd4e10e5376c39b085f9a310e465c7e83e183d3833 salesforcedx-vscode-lwc-63.1.1.vsix 4f938026b8ea0b5bf7812eb9d7890512e91f6b8b1c5bda3d80f9d10429cd0410 salesforcedx-vscode-soql-63.1.1.vsix 948f821c6d90f798b5d58dc65c07b50455242199b8d0b1f20e29e8f558286d62 salesforcedx-vscode-visualforce-63.1.1.vsix
-
Change the filename extension for the file that you downloaded from .zip to .vsix.
-
In Visual Studio Code, from the Extensions view, select ... > Install from VSIX.
-
Install the verified VSIX file.