Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit f7ee2bb

Browse files
authored
Add cmake-tools to default C++ container? (#1167)
1 parent 9a6a661 commit f7ee2bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

containers/cpp/.devcontainer/devcontainer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414
// Add the IDs of extensions you want installed when the container is created.
1515
"extensions": [
16-
"ms-vscode.cpptools"
16+
"ms-vscode.cpptools",
17+
"ms-vscode.cmake-tools"
1718
],
1819

1920
// Use 'forwardPorts' to make a list of ports inside the container available locally.
@@ -24,4 +25,4 @@
2425

2526
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
2627
"remoteUser": "vscode"
27-
}
28+
}

0 commit comments

Comments
 (0)