Skip to content

Commit d72d3ca

Browse files
devcontainer modifed
1 parent 0d89959 commit d72d3ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"extensions": ["learn-pack.learnpack-vscode"]
2222
}
2323
},
24+
"env": {
25+
"PIPENV_VENV_IN_PROJECT": "1"
26+
},
2427
"onCreateCommand": "pip3 install pytest==6.2.5 mock pytest-testdox toml && npm i @learnpack/[email protected] -g && learnpack plugins:install @learnpack/[email protected]"
2528

2629
// Features to add to the dev container. More info: https://containers.dev/features.

0 commit comments

Comments
 (0)