Handle persisting and invalidating of collections

This commit is contained in:
Daniel Imms
2020-03-26 11:20:23 -07:00
parent b60ad6b838
commit 540232e38f
4 changed files with 101 additions and 25 deletions

View File

@@ -261,6 +261,8 @@ export class ExtHostTerminalService extends BaseExtHostTerminalService {
if (collection.size === 0) {
return undefined;
}
const variables: string[] = [];
const values: string[] = [];
const types: EnvironmentVariableMutatorType[] = [];