We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ac9a1 commit b61f23bCopy full SHA for b61f23b
.devcontainer/devcontainer.json
@@ -0,0 +1,18 @@
1
+{
2
+ "name": "Parallel Programming Course",
3
+ "image": "ghcr.io/learning-process/ppc-ubuntu:latest",
4
+ "customizations": {
5
+ "vscode": {
6
+ "extensions": [
7
+ "ms-vscode.cpptools-extension-pack",
8
+ "ms-vscode.cmake-tools",
9
+ "ms-python.python"
10
+ ],
11
+ "settings": {
12
+ "cmake.configureOnOpen": true,
13
+ "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
14
+ }
15
16
+ },
17
+ "postCreateCommand": "python3 -m pip install -r requirements.txt"
18
+}
0 commit comments