Skip to content

Commit 712037a

Browse files
author
Cephas Lin
committed
add csdevkit and copilot extensions
1 parent 4fe45f5 commit 712037a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@
3131

3232
// Add the IDs of extensions you want installed when the container is created.
3333
"extensions": [
34-
"ms-dotnettools.csharp",
35-
"ms-mssql.mssql"
34+
"ms-mssql.mssql",
35+
"ms-dotnettools.csdevkit",
36+
"GitHub.copilot"
3637
]
3738
}
3839
},

0 commit comments

Comments
 (0)