diff --git a/src/vs/workbench/contrib/terminalContrib/notification/common/terminalNotificationConfiguration.ts b/src/vs/workbench/contrib/terminalContrib/notification/common/terminalNotificationConfiguration.ts index 2ad950e8d7b..f4e1e8dc3c2 100644 --- a/src/vs/workbench/contrib/terminalContrib/notification/common/terminalNotificationConfiguration.ts +++ b/src/vs/workbench/contrib/terminalContrib/notification/common/terminalNotificationConfiguration.ts @@ -13,7 +13,7 @@ export const enum TerminalOscNotificationsSettingId { export const terminalOscNotificationsConfiguration: IStringDictionary = { [TerminalOscNotificationsSettingId.EnableNotifications]: { - description: localize('terminal.integrated.enableNotifications', "Controls whether notifications sent from the terminal via OSC 99 are shown."), + description: localize('terminal.integrated.enableNotifications', "Controls whether notifications sent from the terminal via OSC 99 are shown. This uses notifications inside the product instead of desktop notifications. Sounds, icons and filtering are not supported."), type: 'boolean', default: true },