microsoft / vscode

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

Accessibility › Signal Options: Volume Reset Error #225708

Closed colroom closed 1 month ago

colroom commented 1 month ago

Does this issue occur when all extensions are disabled?: Yes

Steps to Reproduce:

  1. search for Volume in the settings as I don't want to hear the error sound when coding

  2. change the sound from 70 to 0 in Accessibility ‘ Signal Options: Volume

  3. exit and restart vscode and the volume is back to 70 again

  4. if you check $HOME/Library/Application Support/Code/User/settings.json, you can see the problem. When it is 70, there is no json change, but when I set it to 0, it generates the code ‘accessibility.signalOptions.volume’: 0 code is generated.

  5. when I exit vscode and run it again, the ‘accessibility.signalOptions.volume’: 0 code in settings.json is deleted: 0 code in settings.json is deleted and the signal Options: Volume in vscode changes to 70.

  6. please fix the bug where the volume is changed to 70 when restarting vscode. It is too hard to change the volume every time I restart vscode.

Is there something I'm missing? Thanks for your answers 🙇🏻

meganrogge commented 1 month ago

I believe this is already fixed, can you see if you can reproduce in the Insiders build? /label info-needed

colroom commented 1 month ago

I believe this is already fixed, can you see if you can reproduce in the Insiders build? /label info-needed

Oh I downloaded insiders and ran it, and it's fixed at 0 in insiders!

This is the first time I realised that insiders existed.

I did a Google and GitHub search and didn't think I had the same question, but someone else must have asked it. 🫠

When will this be fixed in vscode? 😢

Thank you so much for your answer :)

meganrogge commented 1 month ago

It'll be fixed in stable in a few weeks