File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
test/unit/node/test-plugin Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " code-server" ,
33 "license" : " MIT" ,
4- "version" : " 4.8.0 " ,
4+ "version" : " 4.8.1-rc.1 " ,
55 "description" : " Run VS Code on a remote server." ,
66 "homepage" : " https://github.com/coder/code-server" ,
77 "bugs" : {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Add support for telemetry endpoint
33To test:
441. Create a RequestBin - https://requestbin.io/
552. Run code-server with `CS_TELEMETRY_URL` set:
6- i.e. `CS_TELEMETRY_URL="https://requestbin.io/1ebub9z1" ./code-server-4.8.0 -macos-amd64/bin/code-server`
6+ i.e. `CS_TELEMETRY_URL="https://requestbin.io/1ebub9z1" ./code-server-<version> -macos-amd64/bin/code-server`
773. Load code-server in browser an do things (i.e. open a file)
884. Refresh RequestBin and you should see logs
99
Original file line number Diff line number Diff line change 33 "name" : " test-plugin" ,
44 "version" : " 1.0.0" ,
55 "engines" : {
6- "code-server" : " ^4.8.0 "
6+ "code-server" : " ^4.8.1-rc.1 "
77 },
88 "main" : " out/index.js" ,
99 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments