From 340f1c04dfdcb386e671f70c023877deb0ca105d Mon Sep 17 00:00:00 2001 From: Jonathan Manning Date: Wed, 6 Aug 2025 11:51:44 +0100 Subject: [PATCH] Update ide_features.md --- docs/side_quests/ide_features.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/side_quests/ide_features.md b/docs/side_quests/ide_features.md index 5a8f91c23..13235177e 100644 --- a/docs/side_quests/ide_features.md +++ b/docs/side_quests/ide_features.md @@ -1,5 +1,7 @@ # Nextflow Development Environment Walkthrough +**Approximate teaching time: 45 mins** + Modern Integrated Development Environments (IDEs) can dramatically transform your Nextflow development experience. This side quest focuses specifically on leveraging VS Code and its Nextflow extension to write code faster, catch errors early, and navigate complex workflows efficiently. !!! note "This isn't a traditional tutorial"