summaryrefslogtreecommitdiff
path: root/extension/package.json
diff options
context:
space:
mode:
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."
}
}
},