Skip to content

Commit c7dfcbb

Browse files
authored
Add devcontainer config with GitHub Copilot extensions (#3815)
1 parent 35f6daf commit c7dfcbb

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"customizations": {
3+
"vscode": {
4+
"extensions": [
5+
"GitHub.copilot",
6+
"GitHub.copilot-chat"
7+
]
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)