Skip to content

Commit d4785f3

Browse files
devcontainer modified
1 parent d72d3ca commit d4785f3

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"editor.defaultFormatter": "esbenp.prettier-vscode",
1717
"workbench.editorAssociations": {
1818
"*.md": "vscode.markdown.preview.editor"
19+
},
20+
"env": {
21+
"PIPENV_VENV_IN_PROJECT": "1"
1922
}
2023
},
2124
"extensions": ["learn-pack.learnpack-vscode"]
2225
}
2326
},
24-
"env": {
25-
"PIPENV_VENV_IN_PROJECT": "1"
26-
},
2727
"onCreateCommand": "pip3 install pytest==6.2.5 mock pytest-testdox toml && npm i @learnpack/[email protected] -g && learnpack plugins:install @learnpack/[email protected]"
2828

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

Pipfile

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)