Install Platforce Salesforce Extension Pack¶ How to install Platforce Salesforce Extension Pack for your Visual Studio Code. Prerequisites¶ WindowsmacOS Visual Studio Code Visual Studio Code Installation¶ WindowsmacOS PowerShell1 2 3Invoke-WebRequest 'https://github.com/navikt/platforce-sf-ext-pack/releases/download/1.0.0/platforce-sf-ext-pack-1.0.0.vsix' -OutFile 'platforce-sf-ext-pack.vsix'; code --install-extension platforce-sf-ext-pack.vsix; Remove-Item -Path 'platforce-sf-ext-pack.vsix' Bash1 2 3curl --location 'https://github.com/navikt/platforce-sf-ext-pack/releases/download/1.0.0/platforce-sf-ext-pack-1.0.0.vsix' --output 'platforce-sf-ext-pack.vsix' && code --install-extension platforce-sf-ext-pack.vsix && rm platforce-sf-ext-pack.vsix Alternative Installation¶ WindowsmacOS TODO: Add steps and images TODO: Ateps and images Resources¶ Platforce Salesforce Extension Pack Was this page helpful? Thanks for your feedback! Thanks for your feedback! Help us improve this page by using our feedback form or contact us on Slack.