Support workspaceSuffix argument in the ResourceLabelFormatter plugin API #8321
Labels
help wanted
issues meant to be picked up, require help
plug-in system
issues related to the plug-in system
vscode
issues related to VSCode compatibility
Since the ResourceLabelFormatter plugin API was introduced by #8187, it doesn't support
workspaceSuffix
argument.Feature Description:
Proposal: Handle this argument in the
getName()
function of theWorkspaceUriLabelProviderContribution
in the vscode way: https://github.com/microsoft/vscode/blob/1.47.3/src/vs/workbench/services/label/common/labelService.ts#L292-L296The text was updated successfully, but these errors were encountered: