Skip to content

Commit

Permalink
chore: ensuring codetours are included by default but cutomizable on …
Browse files Browse the repository at this point in the history
…custom preset (#74)
  • Loading branch information
aorumbayev authored Jul 11, 2024
1 parent 7b7f9ad commit 8db333c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ code_tours:
type: bool
help: Do you want to add interactive VSCode CodeTour walkthrough?
when: "{{ preset_name == 'custom' }}"
default: "{{ 'yes' if ide_vscode == yes else 'no' }}"
default: yes

ide_jetbrains:
type: bool
Expand Down

0 comments on commit 8db333c

Please sign in to comment.