mirror of
https://github.com/coder/code-server.git
synced 2026-05-24 13:17:28 +02: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.