Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>BlobCat - Status Bar Pet 🐱New to Visual Studio Code? Get it now.
BlobCat - Status Bar Pet 🐱

BlobCat - Status Bar Pet 🐱

blobcat

|
224 installs
| (1) | Free
Cute animated blobcat pet in your VS Code status bar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Cat Pet Status Bar

just blobcat in your status bar 🐱

Installation

  1. Install BlobCat from the VS Code Marketplace (or run ext install blobcat.cat-pet-statusbar from the Command Palette).
  2. Fully restart VS Code — quit every window and reopen it. The cat then appears on the left side of the status bar.

A window reload is not enough. The cat is injected into VS Code's workbench.html, which is only read at startup.

The cat didn't show up?

The extension patches workbench.html automatically on startup, but that can fail silently — most often when VS Code is installed in a protected location (e.g. C:\Program Files\). To run the patch manually and see any error:

  1. Open the Command Palette — Ctrl+Shift+P (Cmd+Shift+P on macOS).
  2. Run Cat Pet: Install Status Bar Pet.
  3. It reports success, or shows the reason it failed.
  4. Restart VS Code.

If it reports a permission error, start VS Code once as administrator, run the command again, then restart normally.

⚠️ After Installation

To render the cat in the status bar, this extension injects a <script> tag into VS Code's workbench.html.

As a result, VS Code may show this notification once on startup:

Your Code installation appears to be corrupt. Please reinstall.

This is expected — please ignore it. VS Code's integrity check detects that the workbench HTML has been modified and warns about it, but nothing is actually broken. You can safely click "Don't show again."

Usage

  • Typing makes the cat jump with little pink particles.
  • Clicking the cat pets it — it does a happy wiggle and spawns floating hearts.
  • After 30 seconds of inactivity, the cat dozes off (eyes closed, slower tail).
  • Hovering tilts the cat and brightens its cheeks.

Settings

Setting Default Description
blobcat.enableSleep true Close the cat's eyes after 30 seconds of inactivity.
blobcat.enableParticles true Spawn pink particles when the cat jumps on keystroke.
blobcat.enablePetting true Click the cat to pet it — wiggle + heart particles.
blobcat.catScale 1 Size multiplier for the cat (0.5 – 3).
blobcat.catOpacity 1 Opacity of the cat (0.1 – 1).
blobcat.catColor #FFFFFF Body/tail color (any CSS color string, e.g. orange, #FFB6A3).

Changing a setting rewrites VS Code's workbench.html; restart VS Code for the new values to take effect.

How to Remove

Open the Command Palette (Ctrl+Shift+P) → run Cat Pet: Remove Status Bar Pet → restart VS Code.

For manual removal, delete the block between <!-- CAT_PET_INJECT_START --> and <!-- CAT_PET_INJECT_END --> in <VS Code install path>/resources/app/out/vs/code/electron-browser/workbench/workbench.html.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft