Add GitHub extensions to dev container

This commit is contained in:
Frédéric Guillot 2023-10-19 21:59:10 -07:00
parent 5ac3489ee5
commit ff204d67b9
1 changed files with 4 additions and 1 deletions

View File

@ -17,7 +17,10 @@
"extensions": [
"ms-azuretools.vscode-docker",
"golang.go",
"rangav.vscode-thunder-client"
"rangav.vscode-thunder-client",
"GitHub.codespaces",
"GitHub.copilot",
"GitHub.copilot-chat"
]
}
}