Copy error messages, ide 2.2.1

Is there any way to suppress this?

image

I'd rather see the errors unobscured.

Hi @dougp. You can suppress the automatic display of these, and all other notifications in 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.

After that change, notifications will no longer pop up. They are still available on demand from the IDE's "Notification Center". The presence of notifications in the notification center will be indicated by a number on the :bell: icon on the right side of the IDE's status bar. You can access the "Notification Center" by clicking that icon.

Thank you!

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.