Not lack of Windows support for inheritEnv

This commit is contained in:
Daniel Imms
2019-06-12 19:28:26 -07:00
parent 0f5335bf56
commit 246a1f52ed
@@ -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
},