[BUG] spinnerVerbs setting not respected in VSCode extension

Resolved 💬 2 comments Opened May 5, 2026 by clement-at-figure Closed Jun 12, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

The spinnerVerbs config is set in both user-level (~/.claude/settings.json) and project-level (.claude/settings.json) settings with "mode": "replace" and "verbs": ["Thinking"], but the VSCode extension still shows rotating synonym verbs (e.g. "Pondering", "Tinkering", etc.).

Config (identical in both files):

"spinnerVerbs": {
"mode": "replace",
"verbs": ["Thinking"]
}

What Should Happen?

Expected: Spinner only shows "Thinking".

Error Messages/Logs

Steps to Reproduce

Environment: Claude Code VSCode extension, model claude-opus-4-6.

Claude Model

None

Is this a regression?

I don't know

Last Working Version

_No response_

Claude Code Version

2.1.81 (Claude Code)

Platform

Anthropic API

Operating System

Ubuntu/Debian Linux

Terminal/Shell

Other

Additional Information

_No response_

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗