Reference correct setting in property description (#162663)

This commit is contained in:
gjsjohnmurray 2022-10-04 15:26:09 +01:00
parent c9338005f7
commit 9045cdc687
2 changed files with 2 additions and 2 deletions

View file

@ -486,7 +486,7 @@ export interface IShellLaunchConfig {
* Whether the terminal process environment should be exactly as provided in
* `TerminalOptions.env`. When this is false (default), the environment will be based on the
* window's environment and also apply configured platform settings like
* `terminal.integrated.windows.env` on top. When this is true, the complete environment must be
* `terminal.integrated.env.windows` on top. When this is true, the complete environment must be
* provided as nothing will be inherited from the process or any configuration.
*/
strictEnv?: boolean;

View file

@ -10726,7 +10726,7 @@ declare module 'vscode' {
* Whether the terminal process environment should be exactly as provided in
* `TerminalOptions.env`. When this is false (default), the environment will be based on the
* window's environment and also apply configured platform settings like
* `terminal.integrated.windows.env` on top. When this is true, the complete environment
* `terminal.integrated.env.windows` on top. When this is true, the complete environment
* must be provided as nothing will be inherited from the process or any configuration.
*/
strictEnv?: boolean;