mirror of
https://github.com/coder/code-server.git
synced 2026-01-15 01:35:00 +08:00
By design the disable-telemetry flag does not affect extension telemetry, only the setting does, so disabling the setting when the flag is set should cause extensions to also stop sending telemetry. Fixes #1116.