mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-27 21:23:48 +00:00
Update src/vs/platform/terminal/common/environmentVariable.ts
Co-authored-by: Megan Rogge <merogge@microsoft.com>
This commit is contained in:
@@ -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