eclipse-theia/theia
Support workspaceSuffix argument in the ResourceLabelFormatter plugin API
オープン
#8,321 opened on 2020/08/06
help wantedplug-in systemvscode
Repository metrics
- Stars
- (18,676 個のスター)
- PR merge metrics
- (平均マージ 15d 4h) (30d で 75 merged PRs)
説明
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