mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Not lack of Windows support for inheritEnv
This commit is contained in:
@@ -229,7 +229,7 @@ configurationRegistry.registerConfiguration({
|
||||
default: []
|
||||
},
|
||||
'terminal.integrated.inheritEnv': {
|
||||
markdownDescription: nls.localize('terminal.integrated.inheritEnv', "Whether new shells should inherit their environment from VS Code."),
|
||||
markdownDescription: nls.localize('terminal.integrated.inheritEnv', "Whether new shells should inherit their environment from VS Code. This is not supported on Windows."),
|
||||
type: 'boolean',
|
||||
default: true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user