Skip to content

Commit

Permalink
Use default built-in codespace image (#5746)
Browse files Browse the repository at this point in the history
* Switch to default Codespaces base image

* Use dotnet feature
  • Loading branch information
anthony-c-martin committed Feb 1, 2022
1 parent aff4a2c commit 763d57d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 50 deletions.
34 changes: 0 additions & 34 deletions .devcontainer/Dockerfile

This file was deleted.

20 changes: 4 additions & 16 deletions .devcontainer/devcontainer.json
@@ -1,34 +1,22 @@
{
"name": "Bicep Development Environment",
"dockerFile": "Dockerfile",
"runArgs": [
"-v",
"/var/run/docker.sock:/var/run/docker.sock"
],
"settings": {
"terminal.integrated.profiles.linux": {
"bash": {
"path": "/bin/bash"
}
}
},
"extensions": [
"msazurermtools.azurerm-vscode-tools",
"ms-azuretools.vscode-bicep",
"ms-dotnettools.csharp",
"ms-azuretools.vscode-docker",
"ms-vsliveshare.vsliveshare",
"editorconfig.editorconfig",
"github.copilot",
"github.vscode-pull-request-github",
"davidanson.vscode-markdownlint"
"github.vscode-pull-request-github"
],
"features": {
"github-cli": "latest",
"azure-cli": "latest",
"node": {
"version": "lts",
"nodeGypDependencies": true
},
"dotnet": {
"version": "6.0"
}
}
}

0 comments on commit 763d57d

Please sign in to comment.