sandbox - move some files to electron-sandbox that are ready

This commit is contained in:
Benjamin Pasero
2021-05-06 09:10:35 +02:00
parent 9f8431f7fc
commit 81ef603d0d
10 changed files with 24 additions and 19 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ import { createWaitMarkerFile } from 'vs/platform/environment/node/wait';
import product from 'vs/platform/product/common/product';
import { isAbsolute, join } from 'vs/base/common/path';
import { whenDeleted, writeFileSync } from 'vs/base/node/pfs';
import { findFreePort, randomPort } from 'vs/base/node/ports';
import { findFreePort } from 'vs/base/node/ports';
import { randomPort } from 'vs/base/common/ports';
import { isWindows, IProcessEnvironment } from 'vs/base/common/platform';
import type { ProfilingSession, Target } from 'v8-inspect-profiler';
import { isString } from 'vs/base/common/types';