IDE 2.2 Speech bubbles

Is there some way to get rid of those speech bubbles in IDE 2.2 ?
I DO NOT LIKE IT !
When I Ctrl-U a program, there wakes a bubble which tells that compiling and uploading is running. That is OK.
After that it just stays there hiding the error message useless untill I manually remove it.

No idea.

Topic moved from IDE 1.x to the dedicated IDE 2.x section of the forum.

Hi @mistofeles. This can be configured via the Arduino IDE advanced settings. I'll provide instructions:

  1. Press the Ctrl+Shift+P keyboard shortcut (Command+Shift+P for macOS users) to open the "Command Palette".
    A menu will appear on the editor toolbar:
    image
  2. Select the "Preferences: Open Settings (UI)" command from the menu.
    You can scroll down through the list of commands to find it or type the name in the field.
    A "Preferences" tab will open in the Arduino IDE main panel.
  3. Type workbench.silentNotifications in the "Search Settings" field of the "Preferences" tab.
  4. Check the box under the "Workbench: Silent Notifications" setting.
  5. Close the Preferences tab by clicking its X icon.

GREAT!
MUCH BETTER !
It seems that I got to visit this menu with better time.
I had no idea about it.