Skip to content

Commit edc0f01

Browse files
committed
chore(devcontainer): add GitHub and history extensions to dev container
Added the following VS Code extensions to the dev container configuration: - donjayamanne.githistory - GitHub.vscode-pull-request-github - GitHub.codespaces - GitHub.vscode-github-actions - GitHub.remotehub These extensions improve GitHub integration and repository history management within the development environment.
1 parent 309b48d commit edc0f01

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@
3131
"streetsidesoftware.code-spell-checker",
3232
"ms-azuretools.vscode-containers",
3333
"MermaidChart.vscode-mermaid-chart",
34-
"ms-vscode.live-server"
34+
"ms-vscode.live-server",
35+
"donjayamanne.githistory",
36+
"GitHub.vscode-pull-request-github",
37+
"GitHub.codespaces",
38+
"GitHub.vscode-github-actions",
39+
"GitHub.remotehub"
3540
]
3641
}
3742
},

0 commit comments

Comments
 (0)