CodeActionApplied

Plays a sound / audio cue when the code action has been applied.

{
  "accessibility.signals.codeActionApplied": {
    "sound": "auto"
  } // default
}

Type: object

Default:

{
  "sound": "auto"
}

Object Properties:

KeyTypeDefaultRangeDescription
“sound”string“auto”“auto”, “off”, “on”Plays a sound when the code action has been applied.

Description: Controls if a sound signal will play when a Code Action has been applied. There is also a sound signal for when the Code Action has been triggered. See accessibility.signals.codeActionTriggered. The lightbulb icon that appears in the gutter signify that Code Actions are available. You can click on the icon and select from the dropdown menu or use the default cmd + . shortcut. See the Code Actions page for more information on Code Actions.