diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-13 18:55:09 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-13 18:55:09 -0700 |
commit | 42024effba73673b4080c25806c21293b5daad3e (patch) | |
tree | 6d588461e678b581c74367223ad4f8cb756e460b /extension/package.json | |
parent | c914549a11c4e861bfb6905723449bd762e99aba (diff) | |
download | sncontinue-42024effba73673b4080c25806c21293b5daad3e.tar.gz sncontinue-42024effba73673b4080c25806c21293b5daad3e.tar.bz2 sncontinue-42024effba73673b4080c25806c21293b5daad3e.zip |
fix: :ambulance: hotfix and package.json seo experiment
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extension/package.json b/extension/package.json index 3f4e6e48..c2e0fb63 100644 --- a/extension/package.json +++ b/extension/package.json @@ -11,6 +11,7 @@ "email": "nate@continue.dev" }, "homepage": "https://continue.dev", + "qna": "https://github.com/continuedev/continue/issues/new/choose", "license": "Apache-2.0", "displayName": "Continue", "pricing": "Free", @@ -26,11 +27,11 @@ "Snippets" ], "keywords": [ - "github", "copilot", - "chatgpt", - "openai", - "gpt4" + "copilot", + "copilot", + "copilot", + "copilot" ], "activationEvents": [ "onStartupFinished", |