This commit is contained in:
Megan Rogge
2021-02-24 17:23:19 -08:00
parent a708ba7a58
commit 6d0ce95af4
2 changed files with 2 additions and 2 deletions

View File

@@ -213,7 +213,7 @@ export class ExtHostTerminalService extends BaseExtHostTerminalService {
);
// Apply extension environment variable collections to the environment
if (!shellLaunchConfig.strictEnv) {
if (!shellLaunchConfig.strictEnv && !shellLaunchConfig.hideFromUser) {
const mergedCollection = new MergedEnvironmentVariableCollection(this._environmentVariableCollections);
mergedCollection.applyToProcessEnvironment(env, variableResolver);
}