Skip to content

Commit 4d2ebbc

Browse files
committed
Fix issue #15,Add Github extension
1 parent 789b0b2 commit 4d2ebbc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/s-core-devcontainer/.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
"jebbs.plantuml", // preview PlantUML diagrams
7575
"hediet.vscode-drawio", // Draw.IO integration
7676
"swyddfa.esbonio", // for Sphinx documentation support
77-
"rust-lang.rust-analyzer" // Rust language support for Visual Studio Code; see also tasks below
77+
"rust-lang.rust-analyzer",
78+
"github.vscode-pull-request-github" // Rust language support for Visual Studio Code; see also tasks below
7879
],
7980
"settings": {
8081
"files.insertFinalNewline": true,

0 commit comments

Comments
 (0)