Skip to content

Commit 7405fe0

Browse files
denelonCopilot
andcommitted
Address Trenly's review feedback
- Update Pre* field descriptions to 'Confirmation request displayed' to clarify they invoke a user prompt - Fix inconsistency: reference userMessages.disablePostActionMessages setting instead of disableInstallNotes for post-action suppression Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 77a8abf commit 7405fe0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

doc/specs/#3483 - UserMessages.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ A new optional `UserMessages` object is added to the **defaultLocale** and **loc
3838
"type": ["string", "null"],
3939
"minLength": 1,
4040
"maxLength": 2048,
41-
"description": "Message displayed to the user before a package installation begins."
41+
"description": "Confirmation request displayed to the user before a package installation begins."
4242
},
4343
"PostInstall": {
4444
"type": ["string", "null"],
@@ -50,7 +50,7 @@ A new optional `UserMessages` object is added to the **defaultLocale** and **loc
5050
"type": ["string", "null"],
5151
"minLength": 1,
5252
"maxLength": 2048,
53-
"description": "Message displayed to the user before a package upgrade begins."
53+
"description": "Confirmation request displayed to the user before a package upgrade begins."
5454
},
5555
"PostUpgrade": {
5656
"type": ["string", "null"],
@@ -62,7 +62,7 @@ A new optional `UserMessages` object is added to the **defaultLocale** and **loc
6262
"type": ["string", "null"],
6363
"minLength": 1,
6464
"maxLength": 2048,
65-
"description": "Message displayed to the user before a package uninstall begins."
65+
"description": "Confirmation request displayed to the user before a package uninstall begins."
6666
},
6767
"PostUninstall": {
6868
"type": ["string", "null"],
@@ -139,7 +139,7 @@ Successfully installed ExampleApp [Publisher.ExampleApp] v2.0.0
139139
Restart your terminal to use the CLI.
140140
```
141141

142-
Post-action messages are displayed in both interactive and non-interactive modes. They are suppressed when the `disableInstallNotes` setting is enabled (extended to cover all post-action messages, not just `InstallationNotes`).
142+
Post-action messages are displayed in both interactive and non-interactive modes. They are suppressed when the `userMessages.disablePostActionMessages` setting is enabled.
143143

144144
#### Flow Behavior Matrix
145145

0 commit comments

Comments
 (0)