eclipse-theia/theia
Support workspaceSuffix argument in the ResourceLabelFormatter plugin API
开放
#8,321 创建于 2020年8月6日
help wantedplug-in systemvscode
仓库指标
- 星标
- (18,676 个星标)
- PR 合并指标
- (平均合并 15天 4小时) (30 天内合并 75 个 PR)
描述
Since the ResourceLabelFormatter plugin API was introduced by https://github.com/eclipse-theia/theia/pull/8187, it doesn't support workspaceSuffix argument.
Feature Description:
Proposal: Handle this argument in the getName() function of the WorkspaceUriLabelProviderContribution in the vscode way: https://github.com/microsoft/vscode/blob/1.47.3/src/vs/workbench/services/label/common/labelService.ts#L292-L296