Skip to content

Instantly share code, notes, and snippets.

@geekzter
Last active July 21, 2020 19:18
Show Gist options
  • Save geekzter/d6d75d68b8c07d75a689d5a52c7bc0e2 to your computer and use it in GitHub Desktop.
Save geekzter/d6d75d68b8c07d75a689d5a52c7bc0e2 to your computer and use it in GitHub Desktop.
{
"extensions": [
"4ops.terraform",
"ms-azuretools.vscode-azureterraform",
"ms-azure-devops.azure-pipelines",
"ms-mssql.mssql",
"ms-vscode.azurecli",
"ms-vscode.PowerShell"
],
"settings": {
"terminal.integrated.shell.linux": "/usr/bin/pwsh"
},
"postCreateCommand": "/usr/bin/pwsh -nop -f ./.devcontainer/createorupdate.ps1 > ~/post-create.log"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment