We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adee4ff commit 4908a1bCopy full SHA for 4908a1b
patches/telemetry.diff
@@ -18,8 +18,8 @@ Index: code-server/lib/vscode/src/vs/server/node/serverServices.ts
18
+import { TelemetryClient } from "vs/server/node/telemetryClient";
19
import { NullPolicyService } from 'vs/platform/policy/common/policy';
20
import { OneDataSystemAppender } from 'vs/platform/telemetry/node/1dsAppender';
21
-
22
-@@ -133,10 +134,13 @@ export async function setupServerService
+ import { LoggerService } from 'vs/platform/log/node/loggerService';
+@@ -139,10 +140,13 @@ export async function setupServerService
23
const machineId = await getMachineId();
24
const isInternal = isInternalTelemetry(productService, configurationService);
25
if (supportsTelemetry(productService, environmentService)) {
0 commit comments