From 8984168d9f464ad9c3f707a3efaf9191537e95e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jakubowski?= Date: Sat, 16 Nov 2024 11:04:18 +0100 Subject: [PATCH] Update command name to reflect new behavior --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa8753b..d799d52 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Put the cursor on the line with class name declaration, press a shortcut for `Qu ### Generating Widgetbook Entries for the Entire Widget Directory -In VSCode explorer, right-click on the directory that contains widgets for which you want to generate entries, then select `Widgetbook: generate entry for each file in the directory`. The extension will generate a new file with widgetbook entries for each of the files in the directory. If the directory contains subdirectories, the extension will also generate entries for them +In VSCode explorer, right-click on the directory that contains widgets for which you want to generate entries, then select `Widgetbook: generate entry for each widget in the directory`. The extension will generate a new file with widgetbook entries for each of the widgets in the directory. If the directory contains subdirectories, the extension will also generate entries for them. **Note**: This feature is currently experimental and may require adjustments. We're working on making it stable. diff --git a/package.json b/package.json index fa594ae..2f682e6 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, { "command": "widgetbook-generator.generate.directory", - "title": "Widgetbook: generate entry for each file in the directory" + "title": "Widgetbook: generate entry for each widget in the directory" } ], "configuration": [