notify.terminalNotifications setting.
.moon/workspace.yml
Setup
Notifications must be enabled at the operating system level.Linux
Ensure D-BUS support
Linux support is based on the XDG specification and utilizes D-BUS APIs, primarily the
org.freedesktop.Notifications.Notify method. Refer to your desktop distribution for more information.macOS
Notifications will be sent from your currently running terminal application, derived from the
TERM_PROGRAM environment variable. If we fail to detect the terminal, it will default to “Finder”.Windows
Requires Windows 10 or later.
Notifications will be sent from the “Windows Terminal” app if it’s currently in use, otherwise from “Microsoft PowerShell”.