提交 57f08aaf 编写于 作者: I isidor

fixes #18234

上级 92df22d1
......@@ -172,7 +172,7 @@ function renderRenameBox(debugService: debug.IDebugService, contextViewService:
}
function getSourceName(source: Source, contextService: IWorkspaceContextService): string {
if (source.inMemory) {
if (source.name) {
return source.name;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册