Last active
January 26, 2020 12:36
-
-
Save duffney/32d695b7377ff99574cf5e3cb0c8d3d2 to your computer and use it in GitHub Desktop.
CloudSkills Azure DevOps VS Code Extension Bootstrap script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
code --install-extension 'wilfriedwoivre.arm-params-generator'; | |
code --install-extension 'bencoleman.armview'; | |
code --install-extension 'msazurermtools.azurerm-vscode-tools'; | |
code --install-extension 'samcogan.arm-snippets'; | |
code --install-extension 'ms-vscode.azure-account'; | |
code --install-extension 'ms-azuretools.vscode-azurefunctions'; | |
code --install-extension 'docsmsft.docs-markdown'; | |
code --install-extension 'docsmsft.docs-authoring-pack'; | |
code --install-extension 'ms-azure-devops.azure-pipelines'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Invoke this gist with the below code:
iex (Invoke-WebRequest -Uri 'https://gist.githubusercontent.com/Duffney/32d695b7377ff99574cf5e3cb0c8d3d2/raw/32276258b43d8e42f7897ad1fc9b7782e293c73f/vscode-bootstrap.ps1').content