mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
Handle persisting and invalidating of collections
This commit is contained in:
@@ -261,6 +261,8 @@ export class ExtHostTerminalService extends BaseExtHostTerminalService {
|
||||
if (collection.size === 0) {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
|
||||
const variables: string[] = [];
|
||||
const values: string[] = [];
|
||||
const types: EnvironmentVariableMutatorType[] = [];
|
||||
|
||||
Reference in New Issue
Block a user