Skip to content

Commit 246a1f5

Browse files
committed
Not lack of Windows support for inheritEnv
1 parent 0f5335b commit 246a1f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/terminal/browser/terminal.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ configurationRegistry.registerConfiguration({
229229
default: []
230230
},
231231
'terminal.integrated.inheritEnv': {
232-
markdownDescription: nls.localize('terminal.integrated.inheritEnv', "Whether new shells should inherit their environment from VS Code."),
232+
markdownDescription: nls.localize('terminal.integrated.inheritEnv', "Whether new shells should inherit their environment from VS Code. This is not supported on Windows."),
233233
type: 'boolean',
234234
default: true
235235
},

0 commit comments

Comments
 (0)