microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.03k stars 28.8k forks source link

Insiders: Audio Cues triggering even if all are off #143237

Closed JustinGrote closed 2 years ago

JustinGrote commented 2 years ago

Issue Type: Bug

Latest insiders update (commit is probably from today or yesterday), debugger breakpoint audio cues started playing (took me forever to figure out what it was). I tried adding settings to disable all and reload and it is still happening.

    "audioCues.debuggerExecutionPaused": "off",
    "audioCues.lineHasBreakpoint": "off",
    "audioCues.lineHasError": "off",
    "audioCues.lineHasFoldedArea": "off",
    "audioCues.lineHasInlineSuggestion": "off",

VS Code version: Code - Insiders 1.65.0-insider (52e65499654de7525e30df3a8228b69320796bf5, 2022-02-16T05:16:18.653Z) OS version: Windows_NT x64 10.0.22000 Restricted Mode: No

System Info |Item|Value| |---|---| |CPUs|AMD Ryzen 7 4700U with Radeon Graphics (8 x 1996)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled| |Load (avg)|undefined| |Memory (System)|15.36GB (3.95GB free)| |Process Argv|--folder-uri file:///c%3A/Users/JGrote/Projects/SeasonsHospiceDDL --crash-reporter-id 4453efaa-0821-4555-88e2-3de8bad9109e| |Screen Reader|no| |VM|0%|
Extensions (32) Extension|Author (truncated)|Version ---|---|--- vscode-color|ans|0.4.5 vscode-opennewinstance|chr|0.0.12 gitlens|eam|11.7.0 filter-lines|ear|1.0.0 EditorConfig|Edi|0.16.4 prettier-vscode|esb|9.2.0 copilot-nightly|Git|1.7.5030 remotehub|Git|0.24.0 gc-excelviewer|Gra|4.0.50 todo-tree|Gru|0.0.215 vscode-drawio|hed|1.6.4 change-case|hjd|1.0.2 vscode-peacock|joh|4.0.0 git-graph|mhu|1.30.0 vscode-azurefunctions|ms-|1.6.0 vscode-azureresourcegroups|ms-|0.4.0 vscode-docker|ms-|1.19.0 remote-containers|ms-|0.222.0 azure-account|ms-|0.10.0 powershell-preview|ms-|2022.2.0 indent-rainbow|ode|8.2.2 docthis|oou|0.8.2 pester-test|psp|2021.10.2 vscode-commons|red|0.0.6 vscode-yaml|red|1.4.0 vscode-inline-values-powershell|Tyl|0.0.5 errorlens|use|3.4.1 vscode-icons|vsc|11.10.0 codetour|vsl|0.0.58 gistfs|vsl|0.3.0 gitmoji-vscode|Vtr|1.0.9 better-align|wwm|1.1.6
A/B Experiments ``` vsliv695:30137379 vsins829:30139715 vsliv368cf:30146710 vsreu685:30147344 python383:30185418 vspor879:30202332 vspor708:30202333 vspor363:30204092 pythonvspyl392:30422396 pythontb:30258533 pythonptprofiler:30281269 vshan820:30294714 pythondataviewer:30285072 vscod805:30301674 pythonvspyt200:30323110 bridge0708:30335490 bridge0723:30353136 vsaa593:30376534 pythonvs932:30404738 wslgetstartedc:30421358 vsclayoutctrc:30405799 dsvsc008:30436272 pythonvsnew555:30438690 vsbas813:30436447 vscscmwlcmt:30428973 azactmsal:30432848 vscgsvid2:30433758 dockersurvey3:30438168 ```
simple-nathan commented 2 years ago

I am having the same issue. Each time I press F10 to step through I am getting a sound. I don't seem able to use audioCues.enabled: off -> this setting only seems to appear in the "normal/release/non-insiders" version of VS Code.

hediet commented 2 years ago

Fixed in latest insiders build.

JustinGrote commented 2 years ago

THank you!

simple-nathan commented 2 years ago

Fixed in latest insiders build.

As far as I can tell after the update this morning audioCues.enabled is still missing from the JSON settings.

hediet commented 2 years ago

As far as I can tell after the update this morning audioCues.enabled is still missing from the JSON settings.

This setting is now deprecated. There are now individual settings for each audio cue.