Skip to content

Commit

Permalink
adding copilot extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris McIntosh authored Aug 16, 2023
1 parent 43a50cf commit 0bdaaab
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
{
"name": "Ubuntu",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:focal"
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"customizations": {
"vscode": {
"extensions": [
"GitHub.copilot",
"GitHub.copilot-chat"
]
}
}

// "dockerComposeFile": "docker-compose.yml",
// "service": "devcontainer",
Expand Down

0 comments on commit 0bdaaab

Please sign in to comment.