mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
Add GitHub Copilot Chat to devcontainer
This commit is contained in:
parent
0fe8d04f78
commit
bef6a7911f
1 changed files with 4 additions and 3 deletions
|
@ -13,9 +13,10 @@
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"streetsidesoftware.code-spell-checker",
|
"streetsidesoftware.code-spell-checker",
|
||||||
"dbaeumer.vscode-eslint"
|
"dbaeumer.vscode-eslint",
|
||||||
]
|
"GitHub.copilot-chat"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"forwardPorts": [3000, 3001]
|
"forwardPorts": [3000, 3001]
|
||||||
|
|
Loading…
Reference in a new issue