mirror of
https://github.com/coder/code-server.git
synced 2025-09-22 09:12:34 +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.