Skip to content

Commit

Permalink
fixes #18234
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Jan 9, 2017
1 parent 92df22d commit 57f08aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 57f08aa

Please sign in to comment.