Revert "Tweak wording"

This reverts commit 55e64beda6.
This commit is contained in:
Daniel Imms 2024-03-06 14:39:58 -08:00
parent d3e035f00f
commit 046a9980ec
No known key found for this signature in database
GPG key ID: 5F0FF45B19E3A5D2

View file

@ -11741,7 +11741,7 @@ declare module 'vscode' {
* until `Terminal.show` is called. The typical usage for this is when you need to run
* something that may need interactivity but only want to tell the user about it when
* interaction is needed. Note that the terminals will still be exposed to all extensions
* as normal and they will remain hidden when the workspace is reloaded.
* as normal. And the hidden terminals won't be restored when the workspace is next opened.
*/
hideFromUser?: boolean;