| Age | Commit message (Collapse) | Author |
|
(#5815)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and add logging of connection events (#5591)
Co-authored-by: matt korwel <[email protected]>
|
|
settings.json) (#5354)
Co-authored-by: Allen Hutchison <[email protected]>
|
|
|
|
|
|
Co-authored-by: Allen Hutchison <[email protected]>
Co-authored-by: Allen Hutchison <[email protected]>
|
|
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Allen Hutchison <[email protected]>
|
|
|
|
|
|
option) (#4605)
Co-authored-by: Allen Hutchison <[email protected]>
|
|
methods from the IDE server (#4797)
|
|
with settings.json (#4460)
|
|
|
|
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: Dcatfly <[email protected]>
|
|
proceed with running /ide install (#4382)
|
|
|
|
send initial notification (#4255)
|
|
Co-authored-by: Scott Densmore <[email protected]>
|
|
Co-authored-by: matt korwel <[email protected]>
|
|
|
|
Co-authored-by: Scott Densmore <[email protected]>
|
|
|
|
(#3507)
|
|
|
|
Co-authored-by: Jack Wotherspoon <[email protected]>
|
|
processing the list directly ourselves. (#3600)
|
|
Co-authored-by: N. Taylor Mullen <[email protected]>
|
|
(#3541)
|
|
|
|
|
|
|
|
|
|
|
|
(#3416)
|
|
|
|
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
|