|
* `terminal.integrated.windows.env` on top. When this is true, the complete environment |
Also here:
|
/** |
|
* 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 |
|
* provided as nothing will be inherited from the process or any configuration. |
|
*/ |
|
strictEnv?: boolean; |
terminal.integrated.windows.env is actually terminal.integrated.env.windows
I will submit a PR.
vscode/src/vscode-dts/vscode.d.ts
Line 10729 in 45ef7df
Also here:
vscode/src/vs/platform/terminal/common/terminal.ts
Lines 485 to 492 in 45ef7df
terminal.integrated.windows.envis actuallyterminal.integrated.env.windowsI will submit a PR.