Skip to content

Commit babd44b

Browse files
authored
chore: ensuring codetours are included by default but cutomizable on custom preset (#37)
1 parent 0dbe251 commit babd44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ code_tours:
6262
type: bool
6363
help: Do you want to add interactive VSCode CodeTour walkthrough?
6464
when: "{{ preset_name == 'custom' }}"
65-
default: "{{ 'yes' if ide_vscode == yes else 'no' }}"
65+
default: yes
6666

6767
ide_jetbrains:
6868
type: bool

0 commit comments

Comments
 (0)