Skip to content

Commit

Permalink
changed to labelProvider getlongname
Browse files Browse the repository at this point in the history
Signed-off-by: Joy Lal Chattaraj <[email protected]>
  • Loading branch information
chattarajoy committed Jul 18, 2019
1 parent e0e04a3 commit dc78218
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export class HostedPluginManagerClient {
if (UriSelection.is(result)) {
if (await this.hostedPluginServer.isPluginValid(result.uri.toString())) {
this.pluginLocation = result.uri;
this.messageService.info('Plugin folder is set to: ' + decodeURI(result.uri.toString()));
this.messageService.info('Plugin folder is set to: ' + this.labelProvider.getLongName(result.uri));
} else {
this.messageService.error('Specified folder does not contain valid plugin.');
}
Expand Down

0 comments on commit dc78218

Please sign in to comment.