fix #120776 remove stray words from contextualTitle description. (#120777)

This commit is contained in:
John Murray
2021-04-08 19:25:00 +01:00
committed by GitHub
parent 13f4f05258
commit 8ec2bceec9

View File

@@ -133,7 +133,7 @@ const viewDescriptor: IJSONSchema = {
type: 'string'
},
contextualTitle: {
description: localize('vscode.extension.contributes.view.contextualTitle', "Human-readable context for when the view is moved out of its original location. By default, the view's container name will be used. Will be shown"),
description: localize('vscode.extension.contributes.view.contextualTitle', "Human-readable context for when the view is moved out of its original location. By default, the view's container name will be used."),
type: 'string'
},
visibility: {