Add comment explaining why AddSurrounds target is not deserializable (#23820)

See #23088

Release Notes:

- N/A
This commit is contained in:
Michael Sloan 2025-01-28 23:18:56 -07:00 committed by GitHub
parent 16004d4c6a
commit 43f3491d50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,6 +81,7 @@ pub enum Operator {
first_char: Option<char>,
},
AddSurrounds {
// Typically no need to configure this as `SendKeystrokes` can be used - see #23088.
#[serde(skip)]
target: Option<SurroundsType>,
},