Skip to content

Commit f2fe3e7

Browse files
committed
add devcontainer
1 parent c76201b commit f2fe3e7

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/base:bookworm@sha256:2e826a6ae92e5744cc0a471a03b4411e64f6b7cc6af3adaecddad697f0018f10",
3+
"features": {
4+
"ghcr.io/devcontainers-extra/features/pre-commit:2": {},
5+
"ghcr.io/devcontainers/features/github-cli:1": {},
6+
"ghcr.io/devcontainers-extra/features/act:1": {},
7+
"ghcr.io/devcontainers/features/copilot-cli:1": {},
8+
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
9+
"moby": false
10+
},
11+
"ghcr.io/pagopa/devcontainer-features/shellcheck:1": {}
12+
},
13+
"postStartCommand": {
14+
"set-workspace-as-safe-dir": "git config --global --add safe.directory ${containerWorkspaceFolder}"
15+
},
16+
"customizations": {
17+
"vscode": {
18+
"extensions": [
19+
"ms-vscode.vscode-websearchforcopilot",
20+
"github.vscode-github-actions",
21+
"github.vscode-pull-request-github",
22+
"EditorConfig.EditorConfig",
23+
"github.copilot",
24+
"github.copilot-chat",
25+
"eamodio.gitlens",
26+
"docker.docker",
27+
"ms-azuretools.vscode-docker"
28+
],
29+
"mcp": {
30+
"servers": {
31+
"io.github.github/github-mcp-server": {
32+
"type": "http",
33+
"url": "https://api.githubcopilot.com/mcp/"
34+
}
35+
}
36+
}
37+
}
38+
}
39+
}

0 commit comments

Comments
 (0)