Add GitHub extensions to dev container
This commit is contained in:
parent
5ac3489ee5
commit
ff204d67b9
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,10 @@
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"ms-azuretools.vscode-docker",
|
"ms-azuretools.vscode-docker",
|
||||||
"golang.go",
|
"golang.go",
|
||||||
"rangav.vscode-thunder-client"
|
"rangav.vscode-thunder-client",
|
||||||
|
"GitHub.codespaces",
|
||||||
|
"GitHub.copilot",
|
||||||
|
"GitHub.copilot-chat"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue