vscode: VS Code Speech Extension doesn't work
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.87.2
- OS Version: Windows 22H2
Steps to Reproduce:
- Press
Ctrl+Alt+V
, mic icon appears in VS Code:
but it doesn’t recognize anything and the icon that the mic is being used in taskbar is missing:
- GitHub Copilot Chat voice also doesn’t work?!
VS Code Specs
Version: 1.87.2 (system setup) Commit: 863d2581ecda6849923a2118d93a088b0745d9d6 Date: 2024-03-08T15:20:17.278Z Electron: 27.3.2 ElectronBuildId: 26836302 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Windows_NT x64 10.0.19045
About this issue
- Original URL
- State: closed
- Created 3 months ago
- Comments: 16 (7 by maintainers)
We rely on the upstream SDK to fix this, thanks for patience.
To figure out more about this issue related to voice recognition, can you do this:
VSCODE_SPEECH_LOGS_PATH
environment variable pointing to a folder that existsset VSCODE_SPEECH_LOGS_PATH=<path to existing folder>
export VSCODE_SPEECH_LOGS_PATH=<path to existing folder>
code
(orcode-insiders
)Can you then share the output from the extension output channel as well as any log files in the folder of
VSCODE_SPEECH_LOGS_PATH
. Thanks![1]

[2]