#43645 Update views schema to show 'test' location

This commit is contained in:
Sandeep Somavarapu
2018-04-25 19:15:34 +02:00
parent 7973d15aba
commit d176b34859

View File

@@ -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: {