Skip to content

Commit

Permalink
Merge pull request #67077 from vedipen/patch-1
Browse files Browse the repository at this point in the history
Setting longDescription as absolute
  • Loading branch information
isidorn committed Jan 28, 2019
2 parents bc848b7 + 6c7d1cc commit 89cf3be
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -140,7 +140,7 @@ export class FileEditorInput extends EditorInput implements IFileEditorInput {

@memoize
private get longDescription(): string {
return this.labelService.getUriLabel(resources.dirname(this.resource), { relative: true });
return this.labelService.getUriLabel(resources.dirname(this.resource));
}

getDescription(verbosity: Verbosity = Verbosity.MEDIUM): string {
Expand Down

0 comments on commit 89cf3be

Please sign in to comment.