sandbox - move native environment service to common layer

This commit is contained in:
Benjamin Pasero
2020-09-03 11:27:53 +02:00
parent 2731137d21
commit ae942354ab
51 changed files with 329 additions and 343 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { spawn } from 'child_process';
import { generateUuid } from 'vs/base/common/uuid';
import { isWindows } from 'vs/base/common/platform';
import { ILogService } from 'vs/platform/log/common/log';
import { INativeEnvironmentService } from 'vs/platform/environment/node/environmentService';
import { INativeEnvironmentService } from 'vs/platform/environment/common/environment';
function getUnixShellEnvironment(logService: ILogService): Promise<typeof process.env> {
const promise = new Promise<typeof process.env>((resolve, reject) => {