mirror of
https://gitea.com/gitea/gitea-mcp.git
synced 2025-08-23 14:23:05 +00:00
- Compact the features object in the devcontainer configuration Signed-off-by: appleboy <appleboy.tw@gmail.com>
19 lines
418 B
JSON
19 lines
418 B
JSON
{
|
|
"name": "Gitea MCP DevContainer",
|
|
"image": "mcr.microsoft.com/devcontainers/go:1.24-bookworm",
|
|
"features": {},
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {},
|
|
"extensions": [
|
|
"editorconfig.editorconfig",
|
|
"dbaeumer.vscode-eslint",
|
|
"golang.go",
|
|
"stylelint.vscode-stylelint",
|
|
"DavidAnson.vscode-markdownlint",
|
|
"github.copilot"
|
|
]
|
|
}
|
|
}
|
|
}
|