From babd44bbc9abb3a2e7f601229c4640fef61bee27 Mon Sep 17 00:00:00 2001 From: Al Date: Thu, 11 Jul 2024 19:28:06 +0200 Subject: [PATCH] chore: ensuring codetours are included by default but cutomizable on custom preset (#37) --- copier.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copier.yaml b/copier.yaml index e720780..d9f7c11 100644 --- a/copier.yaml +++ b/copier.yaml @@ -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