summaryrefslogtreecommitdiff
path: root/extension/package.json
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-06-29 19:48:14 -0700
committerTy Dunn <ty@tydunn.com>2023-06-29 19:48:14 -0700
commit505bf4f6c10058bfe63de76648cc215f71205197 (patch)
tree9dfe62c06328162050f0746d71bcba762dd23ec9 /extension/package.json
parentdf602177766f643fd4fe0dbed34ffdd91bc50590 (diff)
downloadsncontinue-505bf4f6c10058bfe63de76648cc215f71205197.tar.gz
sncontinue-505bf4f6c10058bfe63de76648cc215f71205197.tar.bz2
sncontinue-505bf4f6c10058bfe63de76648cc215f71205197.zip
missing things from data collection
Diffstat (limited to 'extension/package.json')
-rw-r--r--extension/package.json5
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."
}
}
},