Last active
July 21, 2020 19:18
-
-
Save geekzter/d6d75d68b8c07d75a689d5a52c7bc0e2 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
{ | |
"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