-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Don't move "Updating C/C++ dependencies" output to foreground #1160
Comments
What about the reload pop up that appears? I would think that would be more annoying than the output window. I'm thinking maybe we should only download dependencies and require a reload when someone first uses a C/C++ project (i.e. keep our stricter activation events as default). |
@sean-mcmanus that's annoying too, I'm kind of used to it at this point and that sort of thing will eventually be improved via an improved notifications system in VS Code. Any improvements to that are certainly welcome. Hijacking the panel is a much bigger annoyance for me, I don't mind if the extension grabs new deps in the background silently though. |
Sounds good. We've made these changes for our next update:
|
Perfect 👌 |
It feels like almost every time I open VS Code Insiders with the extension installed, this output is forced to the foreground. This annoyance, plus the fact I don't use C++ often, forces me to uninstall the extension and only keep it installed when using.
The output could easily be kept in the background and only moved to the foreground when an error is detected.
The text was updated successfully, but these errors were encountered: