mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
parent
0608109a61
commit
d3e035f00f
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ export interface IShellLaunchConfig {
|
||||||
* until `Terminal.show` is called. The typical usage for this is when you need to run
|
* 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
|
* 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
|
* 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;
|
hideFromUser?: boolean;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue