Extension Automatically Opens Sidebar on VS Code Startup - Disruptive Behavior #4038
Okxdd123
started this conversation in
2. Design improvements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem Description
The Kilo Code AI Agent extension automatically opens its sidebar view in the following scenarios:
This automatic opening behavior significantly disrupts the user workflow, especially when users want to maintain their preferred sidebar view (such as Explorer, Source Control, etc.).
Steps to Reproduce
Expected Behavior
The extension should not force open its sidebar view on startup. It should either:
Suggested Solution
Add a configuration option, for example:
{ "kiloCode.autoOpenSidebar": false }This would allow users to control whether the sidebar automatically opens on startup.
Environment Information
Additional Context
As a frequently used extension, this forced UI behavior severely impacts user experience. Many other popular VS Code extensions provide similar configuration options to respect users' workflow preferences.
I hope the development team can address this issue and provide the appropriate configuration options in future releases.
Reference
Examples of similar settings in other extensions:
Thank you for your attention and support!
Beta Was this translation helpful? Give feedback.
All reactions