Skip to content

Commit 4a0d85d

Browse files
author
Kartik Raj
committed
Code review
1 parent 76f8b2c commit 4a0d85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/api/common/extHostTerminalService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ export abstract class BaseExtHostTerminalService extends Disposable implements I
873873

874874
class EnvironmentVariableCollection {
875875
readonly map: Map<string, IEnvironmentVariableMutator> = new Map();
876-
readonly scopedCollections: Map<string, vscode.EnvironmentVariableCollection & { onDidChangeCollection: Event<void> }> = new Map();
876+
private readonly scopedCollections: Map<string, ScopedEnvironmentVariableCollection> = new Map();
877877
readonly descriptionMap: Map<string, IEnvironmentDescriptionMutator> = new Map();
878878
private _persistent: boolean = true;
879879

0 commit comments

Comments
 (0)