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

Commit d8be439

Browse files
committed
Add c++ extension to learn open cv container
1 parent e4728a8 commit d8be439

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

repository-containers/github.com/spmallick/learnopencv/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"-e", "DISPLAY=host.docker.internal:0"
77
],
88
"extensions": [
9-
"ms-python.python"
9+
"ms-python.python",
10+
"ms-vscode.cpptools"
1011
]
1112
}

0 commit comments

Comments
 (0)