Skip to content

Commit

Permalink
Update command name to reflect new behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
FirentisTFW committed Nov 16, 2024
1 parent 02d35ef commit 8984168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 8984168

Please sign in to comment.