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.2.3/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.
4302994237e4d9d5a0c9fb94e7a7a9769a54b8ecb6339a5e4f1a3b5ee86d8359 salesforcedx-vscode-63.2.3.vsix c0391d13ab3138499ce274a0bfc2ea35c0f5ddeb81f18e434cdfd535c0097ece salesforcedx-vscode-apex-63.2.3.vsix faa71cbbdb5dd659a151d8f954c7c5b5e1c2d26c9d03957d9191e360e17c2b34 salesforcedx-vscode-apex-debugger-63.2.3.vsix 3e88579dc653bf1889f6fc0bbb36e95a9eaa7eed179044321593a8ab3fc6e08b salesforcedx-vscode-apex-replay-debugger-63.2.3.vsix 679e50e4e607a4546e5e45d7e2fc7ee88b7350ac3544e3d491f9225eb4021c09 salesforcedx-vscode-core-63.2.3.vsix 5c29cc53902b1891f408a5afab14da1be242c5775e03567f22e08cf36c0e16c2 salesforcedx-vscode-expanded-63.2.3.vsix 6b29b1b0694fbfdf734364ed905ba13c450fabd665f963b5a11e2d82a107e54e salesforcedx-vscode-lightning-63.2.3.vsix 16d25d38dee0c84193c3ad91af9d18f94169f0ea47123fa71961e5f9742e13ca salesforcedx-vscode-lwc-63.2.3.vsix 66042b15b49cd3e2fdcc4e0b544d4f4323b998aff904f94583c8379d91ce7116 salesforcedx-vscode-soql-63.2.3.vsix 99ad25dbee60a7ca8a4b30c4a74f77349a6c56536a359b56b2fcdd9767528a3c salesforcedx-vscode-visualforce-63.2.3.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.