| Age | Commit message (Collapse) | Author |
|
|
|
option) (#4605)
Co-authored-by: Allen Hutchison <[email protected]>
|
|
|
|
|
|
|
|
Co-authored-by: Bryan Morgan <[email protected]>
|
|
|
|
Co-authored-by: harold <[email protected]>
Co-authored-by: N. Taylor Mullen <[email protected]>
|
|
methods from the IDE server (#4797)
|
|
|
|
|
|
with settings.json (#4460)
|
|
|
|
Co-authored-by: Greg Shikhman <[email protected]>
|
|
|
|
Signed-off-by: Josh Soref <[email protected]>
Co-authored-by: Sandy Tao <[email protected]>
|
|
|
|
calls (#3727)
|
|
|
|
Co-authored-by: Bryan Morgan <[email protected]>
|
|
|
|
Co-authored-by: Agus Zubiaga <[email protected]>
Co-authored-by: Ben Brandt <[email protected]>
Co-authored-by: mkorwel <[email protected]>
|
|
|
|
Co-authored-by: matt korwel <[email protected]>
|
|
|
|
|
|
Co-authored-by: Scott Densmore <[email protected]>
|
|
|
|
Co-authored-by: Ioannis Papapanagiotou <[email protected]>
|
|
(#3507)
|
|
|
|
Co-authored-by: Jenna Inouye <[email protected]>
|
|
Assist customer tiers into consideration (#3609)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
429 errors (#1376)
Co-authored-by: Scott Densmore <[email protected]>
|
|
This commit refactors the `usageStatisticsEnabled` setting from a sub-property of the `telemetry` configuration to a top-level setting. This change simplifies the configuration by decoupling usage statistics from the telemetry settings.
The documentation has also been updated to reflect this change.
|
|
Renames the `disableDataCollection` flag to the more intuitive and positive `dataCollectionEnabled`.
This change improves code clarity by avoiding double negatives and making the purpose of the flag more direct. The logic has been inverted wherever the flag is used to accommodate the new naming convention.
Using a suffix like `"Enabled"` follows a common convention that improves readability.
- A condition like `if (dataCollectionEnabled)` reads like a natural language sentence ("if data collection is enabled"), which reduces cognitive load.
- Distinguishes the boolean flag (representing a state) from potential functions that would perform an action (e.g., `enableDataCollection()` or `disableDataCollection()`), avoiding ambiguity between checking a value and calling a function.
#750
|
|
Clearcut logging can now be disabled via disableDataCollection in user settings
|
|
|
|
Flag-guarded initial implementation of a clearcut logger to collect telemetry data and send it to Concord for dashboards, etc.
|
|
|
|
|
|
|