-
Notifications
You must be signed in to change notification settings - Fork 315
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 Request]: Stop using VS Code pop-up notification for builds, flashing project messages. (VSC-1272) #1114
Comments
With the PR #1087 you can define how notifications are handle by this extension by using a
|
I would be nice to also have the option to suppress the switch from the terminal task to the ESP-IDF output ( when flashing for example) |
Does it happen when there is no errors or only when errors appear @txf- ? |
It happens when simply building or flashing a project. The pop-up notification window seems redundant considering there's build and flash progress information being shown in the terminal window. I feel such messages are best output to the Terminal window and the notification windows is best used for situations where a problem has occurred, and user response is required. |
It happens on success as well as failure. One unfortunate consequence of this is that if I try to to use the build,flash and monitor option is that the jump messes up the serial monitor tab. To get the monitor window to work correctly I need to flash flash separately, click again on the terminal tab and then open the monitor |
As I mentioned before, you can disable this pop-ups if you want with the mentioned command or configuration setting. |
I have the setting set to "Output", but this only hides the task "complete" notifications, it doesn't hide the "in-progress" such as the "Building Project" notification above. Is there another setting that does this? |
I've added the PR #1118 to hide the progress notification based on |
This window pop-up obscures the terminal window output when I click on build or flash etc. I feel the proper place for messages of this nature should be sent to the terminal output windows instead of the GUI-based VS Code notification pop-up.
The text was updated successfully, but these errors were encountered: