environmentVariableCollection.ts ×1

Frontier kind: Code frontier

unlabeled · c_b9dae828fd4f

2 tests · 3678 LOC · 21 files · introduces 0 tests · 7 LOC · 2 files

Introduces — evidence that enters the hierarchy at this concept

Code
2 ranges7 lines · 2 files
Tests
0 tests

Contains — complete concept membership

All code (extent)
533 ranges3678 lines · 21 files · Browse complete extent
All tests (intent)
2 testsBrowse complete intent

Neighbourhood graph

The orange circle is the focus. Violet and green circles are every ancestor and descendant, broader and narrower, at any distance; blue squares and pink diamonds are the introduced files and exact introduced tests of every visible concept, not only the focus's. Arrows point from broader to narrower concepts and bridge only concepts omitted from this view. Undirected links show source or test introduction. Concept and file size follows LOC; exact test nodes use test-count units.

Introduced files, introduced tests, and structurally relevant concept specialization

In the embedded map, ordinary wheel input scrolls the page; use the visible controls to zoom and drag to pan. Open the full-screen map for canvas navigation: wheel pans, Ctrl/Command plus wheel zooms, and arrow keys pan when this region is focused. On touch screens, open the full-screen map to pan or pinch. If JavaScript or WebGL is unavailable, use the native relationship evidence on this page.

Introduced files, introduced tests, and structurally relevant concept specializationenvironmentVariableService.ts ×4 · 21 introduced LOCenvironmentVariableServi…environmentVariableCollection.ts ×3 · 30 introduced LOCenvironmentVariableColle…environmentVariableCollection.ts ×9 · 57 introduced LOCenvironmentVariableColle…environmentVariableCollection.ts ×11 · 48 introduced LOCenvironmentVariableColle…uri.ts ×3 · 14 introduced LOCuri.ts ×3environmentVariableShared.ts ×1 · 4 introduced LOCenvironmentVariableShare…environmentVariable.ts ×1 · 93 introduced LOCenvironmentVariable.ts ×…environmentVariableShared.ts ×6 · 20 introduced LOCenvironmentVariableShare…uri.ts ×3 · 3 introduced LOCuri.ts ×3uri.ts ×2 · 2 introduced LOCuri.ts ×2uri.ts ×3 · 3 introduced LOCuri.ts ×3uri.ts ×2 · 10 introduced LOCuri.ts ×2utils.ts ×3 · 9 introduced LOCutils.ts ×3uri.ts ×1 · 2 introduced LOCuri.ts ×1uri.ts ×9 · 37 introduced LOCuri.ts ×9lifecycle.ts ×2 · 4 introduced LOClifecycle.ts ×2lifecycle.ts ×4 · 8 introduced LOClifecycle.ts ×4lifecycle.ts ×6 · 16 introduced LOClifecycle.ts ×6lifecycle.ts ×1 · 2 introduced LOClifecycle.ts ×1lifecycle.ts ×1 · 2 introduced LOClifecycle.ts ×1lifecycle.ts ×1 · 3 introduced LOClifecycle.ts ×1map.ts ×97 · 3334 introduced LOCmap.ts ×97src/vs/base/common/arrays.ts · 949 LOCcommon/arrays.tssrc/vs/base/common/arraysFind.ts · 226 LOCcommon/arraysFind.tssrc/vs/base/common/assert.ts · 91 LOCcommon/assert.tssrc/vs/base/common/charCode.ts · 450 LOCcommon/charCode.tssrc/vs/base/common/collections.ts · 176 LOCcommon/collections.tssrc/vs/base/common/errors.ts · 357 LOCcommon/errors.tssrc/vs/base/common/functional.ts · 32 LOCcommon/functional.tssrc/vs/base/common/iterator.ts · 194 LOCcommon/iterator.tssrc/vs/base/common/lifecycle.ts · 974 LOCcommon/lifecycle.tssrc/vs/base/common/map.ts · 1016 LOCcommon/map.tssrc/vs/base/common/marshallingIds.ts · 33 LOCcommon/marshallingIds.tssrc/vs/base/common/path.ts · 1589 LOCcommon/path.tssrc/vs/base/common/platform.ts · 281 LOCcommon/platform.tssrc/vs/base/common/process.ts · 76 LOCcommon/process.tssrc/vs/base/common/types.ts · 410 LOCcommon/types.tssrc/vs/base/common/uri.ts · 754 LOCcommon/uri.tssrc/vs/base/test/common/utils.ts · 107 LOCcommon/utils.tssrc/vs/nls.ts · 244 LOCvs/nls.tssrc/vs/platform/terminal/common/environmentVariable.ts · 93 LOCcommon/environmentVariab…src/vs/platform/terminal/common/environmentVariableCollection.ts · 287 LOCcommon/environmentVariab…src/vs/platform/terminal/common/environmentVariableShared.ts · 42 LOCcommon/environmentVariab…src/vs/workbench/contrib/terminal/common/environmentVariableService.ts · 126 LOCcommon/environmentVariab…environmentVariableCollection.test|title=EnvironmentVariable - MergedEnvironmentVariableCollection ctor Workspace scoped description entries are properly filtered for each extension|occurrence=1 · introduced test · mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableCollection.test|title=EnvironmentVariable - MergedEnvironmentVariableCollection ctor Workspace scoped description entries are properly filtered for each extension|occurrence=1environmentVariableColle…environmentVariableService.test|title=EnvironmentVariable - EnvironmentVariableService should persist collections to the storage service and be able to restore from them|occurrence=1 · introduced test · mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/terminal/test/common/environmentVariableService.test|title=EnvironmentVariable - EnvironmentVariableService should persist collections to the storage service and be able to restore from them|occurrence=1environmentVariableServi…Focused concept · environmentVariableCollection.ts ×1 · 7 introduced LOCenvironmentVariableColle…

Graph controls are ready.

Interactive rendering requires JavaScript and WebGL. Use the native relationship evidence on this page while the interactive map is unavailable.

Native relationship evidence

Every exact file and test below is linked only from the concept that introduces it.

Introduced tests

Every collected test enters the hierarchy at exactly one concept.

No tests are introduced at this concept. Its intent tests are introduced by other concepts.

Introduced code

Every collected source range enters the hierarchy at exactly one concept.

2 files ranked by introduced lines: 7 introduced LOC across 2 ranges. Expand a file to inspect source; the > gutter marks introduced lines.

src/vs/platform/terminal/common/environmentVariableShared.ts 4 introduced LOC · 1 range

Open complete file

23
24 export function deserializeEnvironmentDescriptionMap(
25 > serializableEnvironmentDescription: ISerializableEnvironmentDescriptionMap | undefined environmentVariableShared.ts
26 > ): Map<string, IEnvironmentVariableCollectionDescription> {
27 > return new Map<string, IEnvironmentVariableCollectionDescription>(serializableEnvironmentDescription ?? []);
28 > }
29
30 export function serializeEnvironmentVariableCollections(collections: ReadonlyMap<string, IEnvironmentVariableCollection>): ISerializableEnvironmentVariableCollections {
src/vs/platform/terminal/common/environmentVariableCollection.ts 3 introduced LOC · 1 range

Open complete file

185 return;
186 }
187 > const it = collection.descriptionMap.entries(); environmentVariableCollection.ts
188 > let next = it.next();
189 > while (!next.done) {
190 const mutator = next.value[1];
191 const key = next.value[0];