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/51.3.0/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.
b0a8a0198d52a42a23b7746483e3e242e26f9778a6917c43532653632359fa37 salesforcedx-vscode-apex-debugger-51.3.0.vsix 1dd087d983d9f961dfbb5393e8dabafbdcd955793819af07c6a65a43743cad59 salesforcedx-vscode-apex-replay-debugger-51.3.0.vsix a49752c58a5df1c237236d26e517f0d547214defe554764a737691aa0a78af06 salesforcedx-vscode-apex-51.3.0.vsix a11cd4ae06f02d5ce015ba38e9a24d564b2d98d815d8e123f9ce89676dcc12d8 salesforcedx-vscode-core-51.3.0.vsix a5bba7d7fd8b65c1c81f7a786d92ad973780ccda8bb8f21e22dcbada62f24d7b salesforcedx-vscode-expanded-51.3.0.vsix 1c343050691be9e4780d840806de776a11171b9005b2029488256cc035a65ca7 salesforcedx-vscode-lightning-51.3.0.vsix 7f7c6b44f8161630da73ed717dc28fdd668cf996836260edb6c470aba1ec04c5 salesforcedx-vscode-lwc-51.3.0.vsix 7e49361e6d06fdb47a48a12864f1c5bcd58ea58f4395f6dc9c3b160806bb323e salesforcedx-vscode-soql-51.3.0.vsix 9d0a3bf91ae1545c0970085449a70ce66448a95cd5be222780e584be30607048 salesforcedx-vscode-visualforce-51.3.0.vsix 3b9df84d752159aa383bafc91ba4bbabc20efecb91db702dce17ad0bc1533ed9 salesforcedx-vscode-51.3.0.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.