Skip to content

Commit

Permalink
fix: Prompt for custom dev container only for generic projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbennet committed Feb 28, 2024
1 parent 33a8056 commit b3ecbfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions copier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ custom_devcontainer_features:
type: bool
help: Utilize custom features in the devcontainer?
default: false
when: "{{ project_type == 'generic' }}"
git_provider:
type: str
help: Which Git provider would you like to use?
Expand Down

0 comments on commit b3ecbfa

Please sign in to comment.