A VS Code extension for our content writers that validates and shows approved tags for ConfigCat blog articles.
- Download the latest
whisker-x.x.x.vsixfile from this repo - Open VS Code
- Go to the Extensions panel (
Cmd+Shift+Xon Mac,Ctrl+Shift+Xon Windows) - Click the
...menu in the top right of the Extensions panel - Select Install from VSIX... and choose the downloaded file
- Reload VS Code when prompted
Open any blog .md file and Whisker will automatically run. Look for the 🐱 Whisker indicator in the bottom status bar — it shows error and warning counts at a glance.
Click it to open the Whisker panel, which has three tabs:
- Errors — things that must be fixed before publishing (missing fields, invalid tags, etc.)
- Warnings — things worth reviewing (description length, image attributes, etc.)
- Tags — browse all available tags by category and add them with one click
Whisker re-runs automatically every time you save the file.
To build a new .vsix after making changes:
npm install
npm run compile
npm run packageCommit the new .vsix to the repo so writers can download it.