continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
19.25k stars 1.66k forks source link

Getting "Error in config.json: The 'allowAnonymousTelemetry' field should be a boolean if defined #2863

Closed troy256 closed 5 days ago

troy256 commented 5 days ago

Before submitting your bug report

Relevant environment info

- OS: Windows 11
- Continue version: 0.8.56
- IDE version: VS Code 
- Model: various

Description

My config.json has this line:

{
  "allowAnonymousTelemetry": "false",
...
}

Which seems to match the syntax as defined in https://docs.continue.dev/telemetry.

Am I missing something?

To reproduce

No response

Log output

No response

RomneyDa commented 5 days ago

Hi @troy256!

Thanks for the post. In this case set false to false without quotation marks, instead of "false". Json booleans don't need quotes. Let me know if any issues!