mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 05:37:45 +00:00
Merge pull request #188982 from microsoft/kartik/detailed-tahr
Fix for each in scope env collection
This commit is contained in:
@@ -936,6 +936,7 @@ import { assertNoRpc, poll } from '../utils';
|
||||
{ value: 'scoped~b2~', type: EnvironmentVariableMutatorType.Append, options: defaultOptions },
|
||||
{ value: 'scoped~c2~', type: EnvironmentVariableMutatorType.Prepend, options: defaultOptions }
|
||||
]);
|
||||
deepStrictEqual(entries.map(v => v[0]), ['A', 'B', 'C']);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user