提交 1f0e1892 编写于 作者: I isidor

fixes #29239

上级 c45cdffa
...@@ -185,7 +185,7 @@ function getSourceName(source: Source, contextService: IWorkspaceContextService, ...@@ -185,7 +185,7 @@ function getSourceName(source: Source, contextService: IWorkspaceContextService,
return source.name; return source.name;
} }
return getPathLabel(paths.basename(source.uri.fsPath), contextService, environmentService); return paths.basename(source.uri.fsPath);
} }
export class BaseDebugController extends DefaultController { export class BaseDebugController extends DefaultController {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册