Skip to content

Instantly share code, notes, and snippets.

@duffney
Last active January 26, 2020 12:36
Show Gist options
  • Save duffney/32d695b7377ff99574cf5e3cb0c8d3d2 to your computer and use it in GitHub Desktop.
Save duffney/32d695b7377ff99574cf5e3cb0c8d3d2 to your computer and use it in GitHub Desktop.
CloudSkills Azure DevOps VS Code Extension Bootstrap script
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';
@duffney
Copy link
Author

duffney commented Jan 25, 2020

Invoke this gist with the below code:

iex (Invoke-WebRequest -Uri 'https://gist.githubusercontent.com/Duffney/32d695b7377ff99574cf5e3cb0c8d3d2/raw/32276258b43d8e42f7897ad1fc9b7782e293c73f/vscode-bootstrap.ps1').content

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment