diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-29 19:48:14 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-29 19:48:14 -0700 |
commit | e66130652f685187c22f9205817925b94da8264e (patch) | |
tree | c389724679de11f9d20ca820117ae104a9980019 /extension/package.json | |
parent | d8726e6c34880646d52851364df0de47102175eb (diff) | |
download | sncontinue-e66130652f685187c22f9205817925b94da8264e.tar.gz sncontinue-e66130652f685187c22f9205817925b94da8264e.tar.bz2 sncontinue-e66130652f685187c22f9205817925b94da8264e.zip |
missing things from data collection
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." } } }, |