diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-29 19:59:02 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-29 19:59:02 -0700 |
commit | 69f969564bf1041f1fa932d963b52eb6922ede81 (patch) | |
tree | bf70eea62c651e7ba2f8920c76f73df026fe8157 /extension/package.json | |
parent | 2c8f60966973ef4f586ac96d50748bbe96950b84 (diff) | |
parent | 505bf4f6c10058bfe63de76648cc215f71205197 (diff) | |
download | sncontinue-69f969564bf1041f1fa932d963b52eb6922ede81.tar.gz sncontinue-69f969564bf1041f1fa932d963b52eb6922ede81.tar.bz2 sncontinue-69f969564bf1041f1fa932d963b52eb6922ede81.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extension/package.json b/extension/package.json index e34af438..91e285f8 100644 --- a/extension/package.json +++ b/extension/package.json @@ -62,6 +62,11 @@ "type": "password", "default": "", "description": "The Hugging Face API token to use for code generation." + }, + "continue.dataSwitch": { + "type": "boolean", + "default": false, + "description": "If true, collect data on accepted and rejected suggestions." } } }, |