summaryrefslogtreecommitdiff
path: root/extension/package.json
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-29 19:59:02 -0700
committerNate Sesti <sestinj@gmail.com>2023-06-29 19:59:02 -0700
commitd7d9e445df7f148df5f25a349a057bbca02bef2b (patch)
treee9d696ee0e2b356e69e353778a685dd6a7e9a9c2 /extension/package.json
parent63db95a69d31d3b8f6c96d5ea25a401671fdf7b6 (diff)
parente66130652f685187c22f9205817925b94da8264e (diff)
downloadsncontinue-d7d9e445df7f148df5f25a349a057bbca02bef2b.tar.gz
sncontinue-d7d9e445df7f148df5f25a349a057bbca02bef2b.tar.bz2
sncontinue-d7d9e445df7f148df5f25a349a057bbca02bef2b.zip
Merge branch 'main' of https://github.com/continuedev/continue
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."
}
}
},