The Pipeline Explorer view shows an error, or stays on Starting server… and never loads. Pipeline Explorer runs a small bundled background server for handler discovery and profiling; when it can’t start, the tree and profiler stay unavailable.
Work through the causes below in order.
Security products sometimes quarantine freshly-installed binaries before they are widely trusted. If the bundled server file is removed or blocked from running, the extension can’t launch it.
Check
Open the extension’s installation folder and confirm the server files are present:
.vscode/extensions directory.If the server files are missing right after a successful install, quarantine is the likely cause.
Fix
The bundled server is a native binary matched to your operating system and CPU architecture. If it won’t start and you’re on an uncommon platform, capture the output (see Capturing logs below) so we can help.
Pipeline Explorer keeps a single background server per machine and tracks it with a lock. If a previous session left a server running, or the lock points at a process that is no longer alive, the new session can fail to connect.
Fix
On Linux, the server needs reasonably current system libraries. Very old distributions may not have them, and the server exits immediately on launch.
Fix
On Windows and macOS this is rarely an issue.
If you want to look closer or report the problem, capture the full output:
Ctrl+Shift+U) and select Mediator from the dropdown.Reload the IDE so the log captures startup from the beginning, reproduce the failure, then copy the Mediator output. You can open an issue with that output plus your IDE and extension version — no project source is needed.