Skip to content

Commit 4908a1b

Browse files
committed
chore: refresh telemetry patch
1 parent adee4ff commit 4908a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/telemetry.diff

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Index: code-server/lib/vscode/src/vs/server/node/serverServices.ts
1818
+import { TelemetryClient } from "vs/server/node/telemetryClient";
1919
import { NullPolicyService } from 'vs/platform/policy/common/policy';
2020
import { OneDataSystemAppender } from 'vs/platform/telemetry/node/1dsAppender';
21-
22-
@@ -133,10 +134,13 @@ export async function setupServerService
21+
import { LoggerService } from 'vs/platform/log/node/loggerService';
22+
@@ -139,10 +140,13 @@ export async function setupServerService
2323
const machineId = await getMachineId();
2424
const isInternal = isInternalTelemetry(productService, configurationService);
2525
if (supportsTelemetry(productService, environmentService)) {

0 commit comments

Comments
 (0)