Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"ghcr.io/devcontainers/features/github-cli:1": {}
},

// Respect the project's designated dependencies
"postCreateCommand": "pip install -r requirements.txt && git config core.hooksPath .githooks",
// Respect the project's designated dependencies, and create codechat config file
"postCreateCommand": "pip install -r requirements.txt && git config core.hooksPath .githooks && touch codechat_config.yaml",

// Port forwarding
// ---------------
Expand Down