From b75eec669a0a4d12d4cb78115e2c7f2dbfc5369e Mon Sep 17 00:00:00 2001 From: Altynbek Orumbayev Date: Thu, 11 Jul 2024 18:23:32 +0200 Subject: [PATCH] chore: ensuring codetours are included by default but cutomizable on custom preset --- 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