mirror of
https://github.com/coder/code-server.git
synced 2026-03-30 00:02:16 +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.