-
Notifications
You must be signed in to change notification settings - Fork 35.8k
Description
🔎 Search existing issues to avoid creating duplicates.
- Check
🧪 Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders
- Check On the Insiders version.
💡 Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information.
- Negative: There is a separate bug (outside of Visual Studio Code...) whereby Wayland does not like Chromium Browser or Chromium Based browsers. As soon as a Chromium based browser is launched on Wayland. By Default 'GPU acceleration' is enabled on the browser and this is causing the entire Operating System to halt/crash. Sometimes REISUB works and often it doesn't (Thus requiring a hard reset).
Hence, if I actually click on 'Create on Github' in order to 'Report Issue', this is most likely going to cause my system to crash. I am not sure why the system is not loading up these pages in Firefox.
🔧 Launch with code --disable-extensions to check.
Does this issue occur when all extensions are disabled?: Yes/No
- I tried this, but this takes User back to the 'Issue Reporter' UI. So see above, bug for Wayland (Chromium Browser GPU enabled by default causing system crash)
🪓 If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause.
- Already tried that. The process went through a cycle of disabling extension in chunks. Finally isolating the problem to the VS Code Speech extension. However, see above.
📣 Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this.
- VS Code Version: 1.106.0-insider
- OS Version: Linux x64 6.14.0-34-generic
Version: 1.106.0-insider
Commit: facd8c5
Date: 2025-10-27T09:47:48.225Z
Electron: 37.7.0
ElectronBuildId: 12597478
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Linux x64 6.14.0-34-generic
mindset:echo $XDG_CURRENT_DESKTOP
ubuntu:GNOME
mindset:echo $XDG_SESSION_TYPE
wayland
mindset:lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 25.04
Release: 25.04
Codename: plucky
mindset:uname -a
Linux mram-desktop 6.14.0-34-generic #34-Ubuntu SMP PREEMPT_DYNAMIC Wed Sep 17 09:21:29 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
mindset:
Steps to Reproduce:
- Install VS Code Speech in VS Code Insiders Edition from the Extensions section
- Ensure that the system (Ubuntu) recognizes the microphone input and change the settings according. As well, ensure that the microphone is plugged into the microphone jack (red)
- Create a new empty file in VS Code Insiders and use keyboard combo 'ctrl+alt+V' in order to bring up the VS Code Speech extension
- A microphone icon shows up in VS Code Insiders edition. However, no voice is converted to text
- Github Copilot Voice Chat feature is also not working.
Thx