Skip to content

Commit

Permalink
Update docstring for resourceLabelFormatters (#148963)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceerhl committed May 6, 2022
1 parent 2d9244c commit 739b5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/services/label/common/labelService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const resourceLabelFormattersExtPoint = ExtensionsRegistry.registerExtensionPoin
properties: {
label: {
type: 'string',
description: localize('vscode.extension.contributes.resourceLabelFormatters.label', "Label rules to display. For example: myLabel:/${path}. ${path}, ${scheme} and ${authority} are supported as variables.")
description: localize('vscode.extension.contributes.resourceLabelFormatters.label', "Label rules to display. For example: myLabel:/${path}. ${path}, ${scheme}, ${authority} and ${authoritySuffix} are supported as variables.")
},
separator: {
type: 'string',
Expand Down

0 comments on commit 739b5bf

Please sign in to comment.