From 1802552fc5512cc4c86f074affb23bc91fed511a Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Tue, 30 Jan 2024 10:44:53 -0800 Subject: [PATCH] Add change to missed file --- src/vs/platform/terminal/common/terminal.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/platform/terminal/common/terminal.ts b/src/vs/platform/terminal/common/terminal.ts index 7c20cb3305cca..54942de0d4da0 100644 --- a/src/vs/platform/terminal/common/terminal.ts +++ b/src/vs/platform/terminal/common/terminal.ts @@ -565,7 +565,7 @@ export interface IShellLaunchConfig { * 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 the hidden terminals won't be restored when the workspace is next opened. + * as normal and they will remain hidden when the workspace is reloaded. */ hideFromUser?: boolean;