Skip to content

Commit

Permalink
Update devcontainer
Browse files Browse the repository at this point in the history
Signed-off-by: popcorny <[email protected]>
  • Loading branch information
popcornylu committed Jun 18, 2024
1 parent d153df7 commit 4e2503d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"DBT_GOOGLE_DATASET": "oso_playground",
"DBT_GOOGLE_DEV_DATASET": "oso_playground_dev",
"DBT_GOOGLE_KEYFILE": "/home/vscode/.config/gcloud/google-service-account.json",
"DEPENDENCIES_SHELL_COMMAND": "pipx install poetry && poetry install"
"DEPENDENCIES_SHELL_COMMAND": "pip install . && pip install -U recce"
},
"customizations": {
"vscode": {
Expand All @@ -25,7 +25,5 @@
"onAutoForward": "openBrowser"
}
},
"postStartCommand": "echo 'Running the Post Start Task!'; bash .devcontainer/post_start_command.sh"
// "postStartCommand": "echo 'Running the Post Start Task!'"

"postStartCommand": "post_start_command"
}

0 comments on commit 4e2503d

Please sign in to comment.