Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] - Add a setting for opening the extension on startup #685

Open
ahmadi3d opened this issue May 8, 2023 · 1 comment
Open

[FEATURE] - Add a setting for opening the extension on startup #685

ahmadi3d opened this issue May 8, 2023 · 1 comment

Comments

@ahmadi3d
Copy link

ahmadi3d commented May 8, 2023

Hello
I really enjoy using this extension and use it frequently. However, I have noticed that every time I open VS Code, I need to manually click on the extension to open its panel. It would be very convenient if there was a setting that allowed the extension to automatically open upon VS Code startup. I believe this feature would greatly improve user workflow and save time. Thank you for considering my suggestion.

@alefragnani
Copy link
Owner

Hi @ahmadi3d ,

VS Code has a restore feature that will bring back the state you had when you closed a window. So, if you left Project Manager view focused when closing the window, it should bring back when you reopen that window. Creating a setting like you described could break this native behavior.

Also, there is no way to define an order to which extension should be initialized first. With that in mind, even with such setting, any other extension that does the same thing, could override the focused view, and the feature wouldn't work properly.

That being said, yes, at first sight it seems doable, so I'll let the issue open expecting more feedback from you and other users.

Thanks for your suggestion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants