Skip to content

Commit

Permalink
#43645 Update views schema to show 'test' location
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Apr 25, 2018
1 parent 7973d15 commit d176b34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/vs/workbench/api/browser/viewsExtensionPoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ namespace schema {
type: 'array',
items: viewDescriptor,
default: []
},
'test': {
description: localize('views.test', "Contributes views to Test container in the Activity bar"),
type: 'array',
items: viewDescriptor,
default: []
}
},
additionalProperties: {
Expand Down

0 comments on commit d176b34

Please sign in to comment.