Skip to content

Commit

Permalink
adding default open dir to the dev container
Browse files Browse the repository at this point in the history
Gexar committed Nov 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 1a1ff67 commit d2dfd04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -55,5 +55,6 @@
// "postCreateCommand": "pip3 install --user -r requirements.txt",
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode",
"workspaceFolder": "/workspaces/dbt-duckdb",
"postCreateCommand": "pip install -e . && pip install -r dev-requirements.txt"
}

0 comments on commit d2dfd04

Please sign in to comment.