mirror of https://github.com/microsoft/autogen.git
Update devcontainer.json with copilot extension (#1556)
This commit is contained in:
parent
6ab0487fad
commit
2d171f1a79
|
@ -4,7 +4,8 @@
|
|||
"extensions": [
|
||||
"ms-python.python",
|
||||
"ms-toolsai.jupyter",
|
||||
"visualstudioexptteam.vscodeintellicode"
|
||||
"visualstudioexptteam.vscodeintellicode",
|
||||
"GitHub.copilot"
|
||||
],
|
||||
"settings": {
|
||||
"terminal.integrated.profiles.linux": {
|
||||
|
|
Loading…
Reference in New Issue