mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-17 20:44:27 +01:00
Update src/vs/platform/terminal/common/environmentVariable.ts
Co-authored-by: Megan Rogge <merogge@microsoft.com>
This commit is contained in:
co-authored by
Megan Rogge
parent
197dd7bae0
commit
6e2d0edead
@@ -53,7 +53,7 @@ export interface IMergedEnvironmentVariableCollection {
|
||||
applyToProcessEnvironment(env: IProcessEnvironment, variableResolver?: VariableResolver): Promise<void>;
|
||||
|
||||
/**
|
||||
* Generates a diff of this connection against another. Returns undefined if the collections are
|
||||
* Generates a diff of this collection against another. Returns undefined if the collections are
|
||||
* the same.
|
||||
*/
|
||||
diff(other: IMergedEnvironmentVariableCollection): IMergedEnvironmentVariableCollectionDiff | undefined;
|
||||
|
||||
Reference in New Issue
Block a user