Clarify support in config

This commit is contained in:
Daniel Imms
2026-02-13 10:11:54 -08:00
parent 48c903255b
commit 2d4622e0ab

View File

@@ -13,7 +13,7 @@ export const enum TerminalOscNotificationsSettingId {
export const terminalOscNotificationsConfiguration: IStringDictionary<IConfigurationPropertySchema> = {
[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
},