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 08942cb commit 9cc8592Copy full SHA for 9cc8592
.devcontainer/Dockerfile
@@ -49,6 +49,4 @@ RUN pipx install hatch
49
RUN pipx install python-semantic-release
50
RUN pipx install pre-commit
51
52
-RUN hatch config set dirs.env.virtual ".hatch"
53
-
54
-ENV SHELL=/usr/bin/zsh
+ENV SHELL=/usr/bin/zsh
.devcontainer/devcontainer.json
@@ -15,7 +15,7 @@
15
// "forwardPorts": [],
16
17
// Use 'postCreateCommand' to run commands after the container is created.
18
- "postCreateCommand": "bash -i -c 'npm install --also-dev && hatch env create devel'",
+ "postCreateCommand": "bash -i -c 'npm install --also-dev && hatch config set dirs.env.virtual .hatch && hatch env create devel'",
19
20
// Configure tool-specific properties.
21
// "customizations": {},
0 commit comments