mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-22 15:13:46 -06:00
Add GitHub Copilot Chat to devcontainer
This commit is contained in:
parent
0fe8d04f78
commit
bef6a7911f
@ -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 New Issue
Block a user