-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Make revealing debug console on debug start a configuration #5889
Comments
I think we got smarter here about when to show the debug console. @isidorn please chime in |
We only reveal the debug console on the first debug session start, not on consecutive ones. |
Can we make it configurable? |
Yes, that's a good idea. Let me reopen this and rename the issue. |
@bpasero how does |
@isidorn maybe this should be a setting within a launch config instead of global? |
@isidorn some comments:
|
Oh yeah, I was actually thinking about how it is possible for tasks to control this and was expecting something similar. |
I applied the changes you proposed and explained them in #4045 |
Thanks for the updates, I verified and getting debug console window all the time with my setting. But I observed that application behavior got changed for task window. I used to get task window all the time whenever I performed CTRL+SHIFT+B (build command) but now task window is not displaying all the time. With the latest alpha build I observed that user needs to explicitly open task window to see the build output. Did we also make the task window configurable? If so what are the settings I can use to get it all the time for build action. |
@dbaeumer can comment on the task window. As far as I know that is also dependent on the setting in your tasks.json |
OOPS! I forgot setting in tasks.json "showOutput": "always". Now It is working flawlessly. Thanks again. |
Steps to Reproduce:
Actual: Debug console window is not showing up when user start debugging after build.
Expected: Debug console window should be on top when user start debugging.
The text was updated successfully, but these errors were encountered: