mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Fix for each in scope env collection
This commit is contained in:
@@ -897,6 +897,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