diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-26 09:20:56 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-26 09:20:56 -0700 |
commit | 4c84e6945a7c2018622eceb54e7fb54de193b03a (patch) | |
tree | aff2868636c87a814d0d7a3c078247fd0e58061d /extension/package.json | |
parent | 7534f361555ebf92690d58d997915c7ac717f5d1 (diff) | |
download | sncontinue-4c84e6945a7c2018622eceb54e7fb54de193b03a.tar.gz sncontinue-4c84e6945a7c2018622eceb54e7fb54de193b03a.tar.bz2 sncontinue-4c84e6945a7c2018622eceb54e7fb54de193b03a.zip |
fix: :bug: fix dialog links
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/extension/package.json b/extension/package.json index 00a7b54c..9c89d22d 100644 --- a/extension/package.json +++ b/extension/package.json @@ -53,11 +53,6 @@ "type": "string", "default": null, "description": "The OpenAI API key to use for code generation." - }, - "continue.dataSwitch": { - "type": "boolean", - "default": false, - "description": "If true, collect data on accepted and rejected suggestions." } } }, |