Mention Inherit Env setting (fixes microsoft/vscode-remote-release#3030)

This commit is contained in:
Christof Marti 2020-11-05 16:36:48 +01:00
parent cd95d90589
commit 2eb805ad75
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@
"null"
]
},
"description": "Remote environment variables."
"description": "Remote environment variables. If these are used in the Integrated Terminal, make sure the 'Terminal > Integrated: Inherit Env' setting is enabled."
},
"remoteUser": {
"type": "string",

View file

@ -42,7 +42,7 @@
"null"
]
},
"description": "Remote environment variables."
"description": "Remote environment variables. If these are used in the Integrated Terminal, make sure the 'Terminal > Integrated: Inherit Env' setting is enabled."
},
"remoteUser": {
"type": "string",