Skip to content

Commit

Permalink
fixes #29239
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Jun 27, 2017
1 parent c45cdff commit 1f0e189
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -185,7 +185,7 @@ function getSourceName(source: Source, contextService: IWorkspaceContextService,
return source.name;
}

return getPathLabel(paths.basename(source.uri.fsPath), contextService, environmentService);
return paths.basename(source.uri.fsPath);
}

export class BaseDebugController extends DefaultController {
Expand Down

0 comments on commit 1f0e189

Please sign in to comment.