Last active
July 3, 2021 15:47
-
-
Save pblocz/034d591ffc0b72a38b3d3eb2684c0b98 to your computer and use it in GitHub Desktop.
This file contains 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
VS Code extensions |
This file contains 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
cat vs-code-extensions.cfg | where { $_ -notmatch "^#" } | % { code --install-extension $_ } |
This file contains 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
cat vs-code-extensions.cfg | sed "/^#/d" | xargs -n1 code --force --install-extensionzzxc=!@#$ |
This file contains 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
# General code | |
aaron-bond.better-comments | |
christian-kohler.path-intellisense | |
CoenraadS.bracket-pair-colorizer-2 | |
HookyQR.beautify | |
oderwat.indent-rainbow | |
# Style | |
adityavm.vscode-monokai-seti | |
zhuangtongfa.material-theme | |
qinjia.seti-icons | |
# Worspace improvements | |
alefragnani.project-manager | |
eamodio.gitlen | |
fabiospampinato.vscode-diff | |
mhutchie.git-graph | |
waderyan.gitblame | |
vscodevim.vim | |
stkb.rewrap | |
# Misc utilities | |
GrapeCity.gc-excelviewer | |
dvirtz.parquet-viewer | |
alexcvzz.vscode-sqlite | |
ms-vscode.atom-keybindings | |
tokoph.ghosttext | |
Shan.code-settings-sync | |
mtxr.sqltools | |
# General languages support | |
DotJoshJohnson.xml | |
hashicorp.terraform | |
josin.kusto-syntax-highlighting | |
laszer25.terraform-azure-autocomplete | |
ms-dotnettools.csharp | |
ms-dotnettools.vscode-dotnet-runtime | |
ms-mssql.mssql | |
scala-lang.scala | |
samuelcolvin.jinjahtml | |
# Markdown | |
bierner.markdown-mermaid | |
bpruitt-goddard.mermaid-markdown-syntax-highlighting | |
darkriszty.markdown-table-prettify | |
# Azure | |
Azurite.azurite | |
bencoleman.armview | |
ms-azure-devops.azure-pipelines | |
msazurermtools.azurerm-vscode-tools | |
ms-azuretools.vscode-azurefunctions | |
ms-azuretools.vscode-azureresourcegroups | |
ms-azuretools.vscode-azurestorage | |
ms-azuretools.vscode-azureterraform | |
ms-azuretools.vscode-bicep | |
ms-vscode.azure-account | |
ms-vscode.azurecli | |
Summer.azure-event-hub-explorer | |
paiqo.databricks-vscode | |
# Python | |
donjayamanne.jupyter | |
jithurjacob.nbpreviewer | |
KevinRose.vsc-python-indent | |
# littlefoxteam.vscode-python-test-adapter | |
ms-python.python | |
ms-python.vscode-pylance | |
ms-toolsai.jupyter | |
njpwerner.autodocstring | |
# Vs code extensions | |
ms-vscode.powershell | |
ms-vscode-remote.remote-containers | |
ms-vscode-remote.remote-wsl | |
ms-vscode.test-adapter-converter | |
ms-vscode.vscode-node-azure-pack | |
ms-vsts.team |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment