File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments