fix(coding-agent): show shortcut conflict diagnostics on startup
closes #3617
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user