Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Anorak Dad JokeNew to Visual Studio Code? Get it now.
Anorak Dad Joke

Anorak Dad Joke

calebdsharp

| (0) | Free
A tiny dose of dad humor in your VS Code status bar. Shows a random joke on startup and fetches a new one whenever you click it.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Anorak Dad Joke

Shows a random dad joke on the left side of the status bar, fetched live from icanhazdadjoke.com when VS Code starts. Click it to fetch a new one on demand.

How it works

  • On launch, the extension calls GET https://icanhazdadjoke.com/ with an Accept: application/json header and displays the returned joke.
  • The status bar item is clickable — clicking it runs the Anorak Dad Joke: Get a New Joke command, which fetches a fresh joke.
  • If the request fails (no internet, API down, timeout), the status bar shows a short failure message instead of crashing; hover for the actual error, and click to retry.
  • Long jokes are truncated in the status bar (configurable) but always shown in full on hover.

Configuring

Cmd/Ctrl+, → search "anorak dad joke" → or edit directly in settings.json:

"anorakDadJoke.enabled": true,
"anorakDadJoke.maxLength": 80
  • anorakDadJoke.enabled — set to false to hide the item without uninstalling.
  • anorakDadJoke.maxLength — how many characters to show before truncating with …. Hover always shows the full joke regardless of this setting.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft