We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc231c commit 6c3abf3Copy full SHA for 6c3abf3
1 file changed
.devcontainer/devcontainer.json
@@ -17,7 +17,7 @@
17
// "forwardPorts": [],
18
19
// Use 'postCreateCommand' to run commands after the container is created.
20
- "postCreateCommand": "python3 -m venv /workspaces/data-formulator/venv && . /workspaces/data-formulator/venv/bin/activate && pip install https://github.com/user-attachments/files/17319752/data_formulator-0.1.0.tar.gz --verbose && data_formulator"
+ "postCreateCommand": "cd /workspaces/data-formulator && npm install && npm run build && python3 -m venv /workspaces/data-formulator/venv && . /workspaces/data-formulator/venv/bin/activate && pip install -e /workspaces/data-formulator --verbose && data_formulator"
21
22
// Configure tool-specific properties.
23
// "customizations": {},
0 commit comments