Quitting VSCode before the status bar has completed loading does not seem to cause the same problem. I have yet to face this issue if I allow VSCode a bit more time to load. I'm not implying that the status baristhe problem, but it's a reference for me to approximate the time of w...
vscode/src/vs/platform/windows/electron-main/windowImpl.ts Lines 791 to 846 in ce978df private async handleWindowsAdminCrash(details: { reason?: string; exitCode?: number; sandboxed: boolean }) { // Prepare telemetry event (TODO@bpasero remove me eventually) const appenders: ITelemetry...