We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72d3ca commit d4785f3Copy full SHA for d4785f3
2 files changed
.devcontainer/devcontainer.json
@@ -16,14 +16,14 @@
16
"editor.defaultFormatter": "esbenp.prettier-vscode",
17
"workbench.editorAssociations": {
18
"*.md": "vscode.markdown.preview.editor"
19
+ },
20
+ "env": {
21
+ "PIPENV_VENV_IN_PROJECT": "1"
22
}
23
},
24
"extensions": ["learn-pack.learnpack-vscode"]
25
26
- "env": {
- "PIPENV_VENV_IN_PROJECT": "1"
- },
27
"onCreateCommand": "pip3 install pytest==6.2.5 mock pytest-testdox toml && npm i @learnpack/learnpack@2.1.20 -g && learnpack plugins:install @learnpack/python@1.0.0"
28
29
// Features to add to the dev container. More info: https://containers.dev/features.
Pipfile
0 commit comments