chore: refresh telemetry patch
This commit is contained in:
parent
d888456c53
commit
8c15dfa22c
@ -18,8 +18,8 @@ Index: code-server/lib/vscode/src/vs/server/node/serverServices.ts
|
|||||||
+import { TelemetryClient } from "vs/server/node/telemetryClient";
|
+import { TelemetryClient } from "vs/server/node/telemetryClient";
|
||||||
import { NullPolicyService } from 'vs/platform/policy/common/policy';
|
import { NullPolicyService } from 'vs/platform/policy/common/policy';
|
||||||
import { OneDataSystemAppender } from 'vs/platform/telemetry/node/1dsAppender';
|
import { OneDataSystemAppender } from 'vs/platform/telemetry/node/1dsAppender';
|
||||||
|
import { LoggerService } from 'vs/platform/log/node/loggerService';
|
||||||
@@ -133,10 +134,13 @@ export async function setupServerService
|
@@ -139,10 +140,13 @@ export async function setupServerService
|
||||||
const machineId = await getMachineId();
|
const machineId = await getMachineId();
|
||||||
const isInternal = isInternalTelemetry(productService, configurationService);
|
const isInternal = isInternalTelemetry(productService, configurationService);
|
||||||
if (supportsTelemetry(productService, environmentService)) {
|
if (supportsTelemetry(productService, environmentService)) {
|
||||||
|
Reference in New Issue
Block a user