How to disable sounds in VS Code.

  1. Open the Command Palette (Ctrl + Shift + P).

  2. Search for “Preferences: Open Settings (JSON)” and select it.

  1. Add the following line inside the JSON file:
"editor.accessibilitySupport": "off",