claude-code - 💡(How to fix) Fix [DOCS] Voice dictation docs omit VS Code speechLanguage fallback [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#54173Fetched 2026-04-29 06:34:20
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Author
Participants
Timeline (top)
labeled ×4

Root Cause

The Claude Code VS Code extension also supports voice dictation with the same Claude.ai account requirement. It is not available in VS Code Remote sessions, including SSH, Dev Containers, and Codespaces, because the microphone is on your local machine and the extension runs on the remote host.

Voice dictation uses the same language setting that controls Claude's response language. If that setting is empty, dictation defaults to English.

RAW_BUFFERClick to expand / collapse

Documentation Type

Incorrect/outdated documentation

Documentation Location

https://code.claude.com/docs/en/voice-dictation

Section/Topic

Change the dictation language behavior for the VS Code extension when Claude Code language is unset

Current Documentation

The voice dictation docs currently say:

The Claude Code VS Code extension also supports voice dictation with the same Claude.ai account requirement. It is not available in VS Code Remote sessions, including SSH, Dev Containers, and Codespaces, because the microphone is on your local machine and the extension runs on the remote host.

Voice dictation uses the same language setting that controls Claude's response language. If that setting is empty, dictation defaults to English.

The settings reference also says:

language | Configure Claude's preferred response language (e.g., "japanese", "spanish", "french"). Claude will respond in this language by default. Also sets the voice dictation language

What's Wrong or Missing?

Changelog v2.1.121 introduced a VS Code-specific behavior change:

[VSCode] Voice dictation now respects the accessibility.voice.speechLanguage setting when no Claude Code language is configured

The current docs still describe the unset-language case as always defaulting to English. That is now outdated for the VS Code extension, where voice dictation can instead inherit VS Code's accessibility.voice.speechLanguage setting when Claude Code's own language setting is not configured.

As written, the docs do not explain the fallback behavior in VS Code or how the Claude Code language setting interacts with the editor's accessibility speech-language setting.

Suggested Improvement

Update the Change the dictation language section to document the VS Code extension fallback explicitly.

For example, replace the current unconditional English-default wording with behavior that distinguishes CLI and VS Code extension contexts, such as:

Voice dictation uses Claude Code's language setting when it is configured. In the VS Code extension, if language is unset, voice dictation uses VS Code's accessibility.voice.speechLanguage setting.

Also add a short note in the settings reference so the language entry links to or summarizes this precedence for voice dictation.

Impact

Medium - Makes feature difficult to understand

Additional Context

Affected Pages:

PageContext
https://code.claude.com/docs/en/voice-dictationStates that dictation defaults to English when language is empty, without the VS Code extension fallback
https://code.claude.com/docs/en/settingsDescribes language as setting the voice dictation language, but does not mention the VS Code-specific fallback when it is unset

Total scope: 2 pages affected

Source: Changelog v2.1.121

Exact changelog entry:

[VSCode] Voice dictation now respects the accessibility.voice.speechLanguage setting when no Claude Code language is configured

extent analysis

TL;DR

Update the documentation to reflect the new fallback behavior in the VS Code extension, where voice dictation uses the accessibility.voice.speechLanguage setting when the Claude Code language setting is unset.

Guidance

  • Review the current documentation on voice dictation and the language setting to understand the outdated information.
  • Update the Change the dictation language section to explicitly document the VS Code extension fallback behavior.
  • Add a note to the settings reference to link to or summarize the precedence for voice dictation, including the VS Code-specific fallback.
  • Verify the changes by checking the affected pages, including https://code.claude.com/docs/en/voice-dictation and https://code.claude.com/docs/en/settings.

Example

The updated documentation could include a sentence like: "In the VS Code extension, if language is unset, voice dictation uses VS Code's accessibility.voice.speechLanguage setting."

Notes

The suggested improvement should be applied to the two affected pages, and the changes should be verified to ensure the documentation accurately reflects the new behavior.

Recommendation

Apply the workaround by updating the documentation to reflect the new fallback behavior, as this will help clarify the feature's behavior for users and reduce confusion.

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