mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 15:40:41 -05:00
fixes #18234
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user