Skip to content

Commit add7bbf

Browse files
author
Benjamin Pasero
committed
sandbox - use preload safe process in workbench common props
1 parent 135b38e commit add7bbf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/workbench/services/telemetry/electron-browser/workbenchCommonProperties.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { IStorageService, StorageScope } from 'vs/platform/storage/common/storag
77
import { resolveCommonProperties } from 'vs/platform/telemetry/node/commonProperties';
88
import { instanceStorageKey, firstSessionDateStorageKey, lastSessionDateStorageKey } from 'vs/platform/telemetry/common/telemetry';
99
import { cleanRemoteAuthority } from 'vs/platform/telemetry/common/telemetryUtils';
10+
import { process } from 'vs/base/parts/sandbox/electron-sandbox/globals';
1011

1112
export async function resolveWorkbenchCommonProperties(
1213
storageService: IStorageService,

0 commit comments

Comments
 (0)