mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Clarify support in config
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user