This commit is contained in:
isidor
2017-01-09 16:03:00 +01:00
parent 92df22d15e
commit 57f08aaf9b

View File

@@ -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;
}