fix(coding-agent): show shortcut conflict diagnostics on startup

closes #3617
This commit is contained in:
Mario Zechner
2026-04-23 23:30:39 +02:00
parent c681d35d76
commit 19f2478599
2 changed files with 2 additions and 1 deletions

View File

@@ -1572,7 +1572,7 @@ export class InteractiveMode {
const extensionRunner = this.session.extensionRunner;
this.setupExtensionShortcuts(extensionRunner);
this.showLoadedResources({ force: false });
this.showLoadedResources({ force: false, showDiagnosticsWhenQuiet: true });
this.showStartupNoticesIfNeeded();
}