mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-01 05:04:59 +01:00
Get new diagnostic info and render them
This commit is contained in:
committed by
Rachel Macfarlane
parent
e60d23ed27
commit
f8a6ed6828
@@ -240,7 +240,7 @@ function getProcessItem(mapPidToWindowTitle: Map<number, string>, processes: Pro
|
||||
if (isRoot) {
|
||||
name = `${product.applicationName} main`;
|
||||
} else {
|
||||
name = `${repeat(' ', indent)} ${item.name}`;
|
||||
name = `${repeat('--', indent)} ${item.name}`;
|
||||
|
||||
if (item.name === 'window') {
|
||||
name = `${name} (${mapPidToWindowTitle.get(item.pid)})`;
|
||||
|
||||
Reference in New Issue
Block a user