Skip to content

Commit

Permalink
Commented out audioCues.chatRequestSent setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwclark committed Mar 7, 2024
1 parent 3502b4e commit bf754b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/features/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
userSettings = {
"accessibilitySupport.voice.keywordActivation" = "chatInView";
"accessibility.dimUnfocused.enabled" = true;
"audioCues.chatRequestSent" = "auto";
# "audioCues.chatRequestSent" = "auto";
"breadcrumbs.enabled" = true;
"editor.accessibilityPageSize" = 500;
"editor.fontFamily" = "JetBrainsMono Nerd Font";
Expand Down

0 comments on commit bf754b5

Please sign in to comment.