Skip to content

Commit 0676233

Browse files
feat: install VSCode C/C++ extention
1 parent 1d66620 commit 0676233

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"donjayamanne.githistory",
2424
"eamodio.gitlens",
2525
"EditorConfig.EditorConfig",
26-
"mhutchie.git-graph"
26+
"mhutchie.git-graph",
27+
"ms-vscode.cpptools"
2728
]
2829
}
2930
}

0 commit comments

Comments
 (0)