Skip to content

Commit

Permalink
#26948 document view locations in menu entry contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed May 29, 2017
1 parent c44eec9 commit 862ea06
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/vs/platform/actions/electron-browser/menusExtensionPoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,16 @@ namespace schema {
description: localize('menus.resourceStateContext', "The Source Control resource state context menu"),
type: 'array',
items: menuItem
},
'view/title': {
description: localize('view.viewTitle', "The contributed view title menu"),
type: 'array',
items: menuItem
},
'view/item/context': {
description: localize('view.itemContext', "The contributed view item context menu"),
type: 'array',
items: menuItem
}
}
};
Expand Down

0 comments on commit 862ea06

Please sign in to comment.