Skip to content

Commit

Permalink
Add change to missed file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Jan 30, 2024
1 parent 55e64be commit 1802552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/platform/terminal/common/terminal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 1802552

Please sign in to comment.