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.3.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.
05d8563ead87b242bb84b1d46dc7a103f1f07e9564796f7813d31341b625f475 salesforcedx-vscode-62.3.1.vsix b79cc814b35c47ef2f1dae473e3e04a0db9da533b25c6844c5a4ee7bb4be353e salesforcedx-vscode-apex-62.3.1.vsix 437843b2679baf1c06763b8f5ce1c841ce6a4189ef7350af17bcd1408c719730 salesforcedx-vscode-apex-debugger-62.3.1.vsix 8f6ab3d60a00afae12c0b19860afcd9c8c04c12b07344dc25470e587827771fa salesforcedx-vscode-apex-replay-debugger-62.3.1.vsix 997e20d98bf5b277cc7bed97bcb3905ecd9e325327c0a7778795b2e563ceca4d salesforcedx-vscode-core-62.3.1.vsix c68b1c6966cf48a065eadd1ecdc7480d2e1f2a23af61bc6c4441d151d56f8a70 salesforcedx-vscode-expanded-62.3.1.vsix a017e473472fa35df0bcdd5bbfc9bb700f586a2d208e20b5eeaa71e2cba501c5 salesforcedx-vscode-lightning-62.3.1.vsix 1cdb771af636d653d4db7ed931d925a88c08b8a1801f52d1fd0aab7c059bdedb salesforcedx-vscode-lwc-62.3.1.vsix 760b5ce3cd84606e81209cbe9623a58e2a6ef0138be72a2f393ed65a79269e9b salesforcedx-vscode-soql-62.3.1.vsix 62be3aa5d9039b98c06c4ccb0b5e844bbe08fc9e02fce58c18c24e30cd6c2db2 salesforcedx-vscode-visualforce-62.3.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.