Skip to content

Commit

Permalink
Merge pull request #283 from andrewm4894/add-copilot-to-devcontainer
Browse files Browse the repository at this point in the history
add copilot to devcontainer
  • Loading branch information
yk committed Jan 2, 2023
2 parents 571dcc2 + db98de0 commit e692cc0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"service": "frontend-dev",
"dockerComposeFile": "../docker-compose.yaml",
"forwardPorts": [3000]
"forwardPorts": [3000],
"customizations": {
"vscode": {
"extensions": ["GitHub.copilot"]
}
}
}

0 comments on commit e692cc0

Please sign in to comment.