Add proposed API

This commit is contained in:
Daniel Imms
2020-03-24 07:54:30 -07:00
parent cdd0132f7e
commit d2621d7da0
2 changed files with 64 additions and 1 deletions

View File

@@ -487,6 +487,9 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
checkProposedApiEnabled(extension);
return extHostTerminalService.onDidWriteTerminalData(listener, thisArg, disposables);
},
getEnvironmentVariableCollection(persistent?: boolean): vscode.EnvironmentVariableCollection {
return null!;
},
get state() {
return extHostWindow.state;
},