mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-13 15:35:20 +01: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