Feature request: render spinner tips (spinnerTipsOverride) in the VS Code extension panel, like spinnerVerbs
#22588 shipped custom spinnerVerbs rendering in the VS Code extension UI (claudeCode.spinnerVerbs — works great in 2.1.199, thank you!). The terminal UI's companion surface — the tip line driven by spinnerTipsEnabled / spinnerTipsOverride in ~/.claude/settings.json — has no equivalent in the panel: the extension host reads those keys, but the webview only renders spinnerVerbsConfig.
Ask: render the configured tip line under (or alongside) the spinner verb in the panel webview, honoring the same settings the terminal honors — ideally including a claudeCode.spinnerTipsOverride VS Code setting for parity with how verbs were exposed.
Use case: tools that legitimately customize the wait-state (with the user's consent) currently get verb parity but lose the one-line tip. Terminal users see both; panel users see only verbs, and verb copy that references its tip renders confusingly.
Happy to provide more detail or test builds.
🤖 Generated with Claude Code