Serialize collections on ext host

This commit is contained in:
Daniel Imms
2020-03-25 07:35:19 -07:00
parent b41b85d224
commit b2a9d4dd61
4 changed files with 34 additions and 10 deletions

View File

@@ -674,6 +674,7 @@ export class WorkerExtHostTerminalService extends BaseExtHostTerminalService {
}
public getEnvironmentVariableCollection(extension: IExtensionDescription, persistent?: boolean): vscode.EnvironmentVariableCollection {
// This is not implemented so worker ext host extensions cannot influence terminal envs
throw new Error('Not implemented');
}
}