Geez, but this is annoying...
To stop it in Visual Studio Code:
- Press Ctrl+Shift+P, to open the command palette
- Type "User Settings" and select the JSON option
- Add a string array block for "claudeCode.spinnerVerbs" with a mode and a set of verbs.
I have just one: "Thinking deeply". Example block:
"claudeCode.spinnerVerbs": {
"mode": "replace",
"verbs": [
"Thinking deeply",
]
}