Skip to content

Commit 4093102

Browse files
Add Copilot extension to devcontainer (#150)
Co-authored-by: gagb <[email protected]>
1 parent aff1797 commit 4093102

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"vscode": {
3737
"extensions": [
3838
"ms-python.python",
39-
"ms-python.debugpy"
39+
"ms-python.debugpy",
40+
"GitHub.copilot"
4041
]
4142
}
4243
}

0 commit comments

Comments
 (0)