Add GitHub Copilot Chat to devcontainer

This commit is contained in:
Louis Lam 2023-09-23 19:57:48 +00:00
parent 0fe8d04f78
commit bef6a7911f
1 changed files with 4 additions and 3 deletions

View File

@ -13,9 +13,10 @@
"customizations": {
"vscode": {
"extensions": [
"streetsidesoftware.code-spell-checker",
"dbaeumer.vscode-eslint"
]
"streetsidesoftware.code-spell-checker",
"dbaeumer.vscode-eslint",
"GitHub.copilot-chat"
]
}
},
"forwardPorts": [3000, 3001]