[BUG] spinnerVerbs setting has no effect in VSCode extension
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 setting with mode: "replace" does not work in the Claude Code VSCode extension. Whimsical spinner messages ("Clauding'", "Wibbling", etc.) continue to appear regardless of configuration. Settings placed in all three documented scopes (user, project, local) are ignored.
What Should Happen?
Only "Thinking" should appear as the spinner verb.
Error Messages/Logs
No errors. The setting is silently ignored.
Steps to Reproduce
- Add to ~/.claude/settings.json:
{"spinnerVerbs":{"mode":"replace","verbs":["Thinking"]},"spinnerTipsEnabled":false,"prefersReducedMotion":true}
- Restart VS Code
- Use Claude Code - whimsical verbs still appear
Claude Model
Opus
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.34
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
VS Code integrated terminal
Additional Information
Same settings also added to .claude/settings.json (project scope) and .claude/settings.local.json (local scope) with no effect. This was marked resolved in #4034 via spinnerVerbs added in v2.1.23, but it does not function in the VSCode extension. All prior issues (#4034, #6548, #10420) are closed.
This issue has 7 comments on GitHub. Read the full discussion on GitHub ↗