claude-code - 💡(How to fix) Fix [BUG] spinnerVerbs is set but the extension still cycles verbs after a full restart [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#52532Fetched 2026-04-24 06:04:40
View on GitHub
Comments
0
Participants
1
Timeline
5
Reactions
0
Participants
Timeline (top)
labeled ×5

Error Message

Error Messages/Logs

RAW_BUFFERClick to expand / collapse

Preflight Checklist

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

What's Wrong?

I can't get rid of the rotating verbs. I don't want to see Claude "smooshing" my code, it's intolerable and unnerving. spinnerVerbs is set but the extension still cycles verbs after a full restart

What Should Happen?

I should be able to turn those verbs off, and just see a static "working" displayed.

Error Messages/Logs

Steps to Reproduce

Open ~/.claude/settings.json and add:

{ "spinnerVerbs": { "mode": "replace", "verbs": ["Working"] } } Also add the same spinnerVerbs block to the project's .claude/settings.local.json (to rule out scope issues). Fully quit VS Code (not just reload window — close all windows and exit). Relaunch VS Code, open the Claude Code panel, and send any prompt that causes Claude to run for more than a few seconds (e.g. ask it to read a large file). Observe the status indicator while Claude is working.

Claude Model

Not sure / Multiple models

Is this a regression?

No, this never worked

Last Working Version

No response

Claude Code Version

2.1.87 (Claude Code)

Platform

Other

Operating System

Windows

Terminal/Shell

VS Code integrated terminal

Additional Information

No response

extent analysis

TL;DR

The issue can be resolved by verifying the configuration settings and ensuring that the spinnerVerbs mode is set correctly to disable the rotating verbs.

Guidance

  • Check the spinnerVerbs configuration in both ~/.claude/settings.json and the project's .claude/settings.local.json to ensure that the mode is set to "replace" and the verbs list only contains the desired static verb "Working".
  • Verify that the VS Code instance is fully restarted after updating the configuration files, as simply reloading the window may not apply the changes.
  • If the issue persists, try setting the spinnerVerbs mode to "disable" instead of "replace" to see if it has any effect on the behavior.
  • Review the documentation for Claude Code version 2.1.87 to ensure that the spinnerVerbs configuration is supported and correctly implemented.

Notes

The issue may be related to the specific configuration or version of Claude Code being used, and further investigation may be needed to determine the root cause.

Recommendation

Apply workaround: Try setting the spinnerVerbs mode to "disable" to see if it resolves the issue, as the current configuration may not be correctly implemented.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [BUG] spinnerVerbs is set but the extension still cycles verbs after a full restart [1 participants]