mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 00:44:31 +01:00
chore: refresh telemetry patch
This commit is contained in:
parent
d888456c53
commit
8c15dfa22c
1 changed files with 2 additions and 2 deletions
|
|
@ -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)) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue