Skip to content

Commit 1e1ccfa

Browse files
committed
dev: add c++ extensions to devcontainer
Problem: without the extension installed, the nice testing tools are not added. Solution: add the extension to devcontainer.json so the user is greeted with the configuration prompt when DevContainers opens. Signed-off-by: vsoch <[email protected]>
1 parent b4f0105 commit 1e1ccfa

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
@@ -9,7 +9,8 @@
99
"terminal.integrated.defaultProfile.linux": "bash"
1010
},
1111
"extensions": [
12-
"ms-vscode.cmake-tools"
12+
"ms-vscode.cmake-tools",
13+
"ms-vscode.cpptools-extension-pack"
1314
]
1415
}
1516
},

0 commit comments

Comments
 (0)