CodeActionTriggered
Plays a sound / audio cue - when a code action has been triggered.
{
"accessibility.signals.codeActionTriggered": {
"sound": "auto"
} // default
}
Type: object
Default:
{
"sound": "auto"
}
Object Properties:
Key | Type | Default | Range | Description |
---|---|---|---|---|
“sound” | string | “auto” | “auto”, “off”, “on” | Plays a sound when a code action has been triggered. |
Description: Controls if a sound signal is played when a Code Action is triggered. There is also a sound signal for when a Code Action has been applied. See accessibility.signals.codeActionApplied. The lightbulb icon that appears in the gutter signifies that Code Actions are available. You can click 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.