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/62.14.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.
848285e524c64ae733fd146db7b4e29077d41fc2f50741d476db127fe274dd78 salesforcedx-vscode-62.14.1.vsix 0dfaaaaf2df6cef0d2c0150a3cefcd26165259992e020af1a7e6927150985d5e salesforcedx-vscode-apex-62.14.1.vsix 4a7a6990b82ff271db16a5033fb14b526db754e21a148d4bf6657066479f25ac salesforcedx-vscode-apex-debugger-62.14.1.vsix 632f97d45e0dac8c585fd8e5ed23880f3b669c3857ba3ff44ddd25bb7870159c salesforcedx-vscode-apex-replay-debugger-62.14.1.vsix e31837ac15b2a01424f78076215f879ee96013e79e6cd3f220a25f83cad27739 salesforcedx-vscode-core-62.14.1.vsix fd5dd5cc635de7b49ff18902ede246d22b76aeed9c1bab15c06ad88a250f15ac salesforcedx-vscode-expanded-62.14.1.vsix ee9f8ba5fd1646730219243446ccab39fb1baebd3c775de4f597559923fa71f8 salesforcedx-vscode-lightning-62.14.1.vsix c6b2eb77f68e28bb4eb4a4e7c9201b40ef9856c13107e89c65466309e21de5aa salesforcedx-vscode-lwc-62.14.1.vsix f76e690151162684e68ca3ed49baaa56514a23ff05163c301ace94d854e5bc1b salesforcedx-vscode-soql-62.14.1.vsix 9668ff408cc26ff33d3a78b47cfffb3337ed026e1ad827fcac7b10b367f70a8a salesforcedx-vscode-visualforce-62.14.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.