We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b304f commit 8a930d0Copy full SHA for 8a930d0
.devcontainer/devcontainer.json
@@ -22,11 +22,7 @@
22
"extensions": ["learn-pack.learnpack-vscode"]
23
}
24
},
25
-<<<<<<< master
26
- "onCreateCommand": "pip3 install pytest==6.2.5 mock pytest-testdox toml && npm i @learnpack/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/python@1.0.3"
27
-=======
28
"onCreateCommand": "pip3 install pytest==6.2.5 mock pytest-testdox toml && npm i @learnpack/learnpack@2.1.56 -g && learnpack plugins:install @learnpack/python@1.0.3"
29
->>>>>>> master
30
31
// Features to add to the dev container. More info: https://containers.dev/features.
32
// "features": {},
0 commit comments