We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367014a commit e784d68Copy full SHA for e784d68
patches/telemetry.diff
@@ -1,5 +1,10 @@
1
Add support for telemetry endpoint
2
3
+To test:
4
+1. Look inside a build of code-server, inside `lib/vscode/vs/server/node/server.main.js`
5
+2. Search for a `JSON.stringify` near `TelemetryClient`
6
+3. throw in a `console.log()` before it and make sure it logs telemetry data
7
+
8
Index: code-server/lib/vscode/src/vs/server/node/serverServices.ts
9
===================================================================
10
--- code-server.orig/lib/vscode/src/vs/server/node/serverServices.ts
0 commit comments