Skip to content

Commit

Permalink
fix #213344
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed May 30, 2024
1 parent 7ed5156 commit fb38960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ const configuration: IConfigurationNode = {
'properties': {
'general': {
'type': 'object',
'description': 'Delays for all signals besides error and warning at position',
'additionalProperties': false,
'properties': {
'announcement': {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class AccessibleViewNextCodeBlockAction extends Action2 {
mac: { primary: KeyMod.CtrlCmd | KeyMod.Alt | KeyCode.PageDown, },
weight: KeybindingWeight.WorkbenchContrib,
},
// to
icon: Codicon.arrowRight,
menu:
{
Expand Down

0 comments on commit fb38960

Please sign in to comment.