Archived
1
0

docs: update patch testing instructions (#5543)

* docs: explain how to test exec-argv

* docs: explain how to test telemetry patch
This commit is contained in:
Joe Previte
2022-09-09 10:05:30 -07:00
committed by GitHub
parent b486354d6e
commit 3fb38414dd
2 changed files with 13 additions and 1 deletions

View File

@ -2,6 +2,11 @@ Add support for telemetry endpoint
Contains some fixes included in https://github.com/microsoft/vscode/commit/b108bc8294ce920fcf2ee8d53f97c3bcf3316e1c
To test:
1. Look inside a build of code-server, inside `lib/vscode/vs/server/node/server.main.js`
2. Search for a `JSON.stringify` near `TelemetryClient`
3. throw in a `console.log()` before it and make sure it logs telemetry data
Index: code-server/lib/vscode/src/vs/server/node/serverServices.ts
===================================================================
--- code-server.orig/lib/vscode/src/vs/server/node/serverServices.ts