We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b4951 commit 52cf58aCopy full SHA for 52cf58a
1 file changed
src/vs/workbench/browser/labels.ts
@@ -298,7 +298,7 @@ export class FileLabel extends ResourceLabel {
298
let description: string;
299
const hidePath = (options && options.hidePath) || (resource.scheme === Schemas.untitled && !this.untitledEditorService.hasAssociatedFilePath(resource));
300
if (!hidePath) {
301
- description = this.uriDisplayService.getLabel(resources.dirname(resource));
+ description = this.uriDisplayService.getLabel(resources.dirname(resource), true);
302
}
303
304
this.setLabel({ resource, name, description }, options);
0 commit comments