summaryrefslogtreecommitdiff
path: root/extension
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-09-25 23:10:05 -0700
committerNate Sesti <sestinj@gmail.com>2023-09-25 23:10:05 -0700
commit51fc07cf6441d6330ce64e45e56e8f333ca309ed (patch)
treef97734abe7f94000473be2940e4c28fd5b43040c /extension
parent208eb65f67ccc62ce6d683fd9bed2fe9524b2136 (diff)
downloadsncontinue-51fc07cf6441d6330ce64e45e56e8f333ca309ed.tar.gz
sncontinue-51fc07cf6441d6330ce64e45e56e8f333ca309ed.tar.bz2
sncontinue-51fc07cf6441d6330ce64e45e56e8f333ca309ed.zip
fix: :bug: small fixes, update troubleshooting docs
Diffstat (limited to 'extension')
-rw-r--r--extension/package.json5
-rw-r--r--extension/react-app/src/pages/gui.tsx2
2 files changed, 1 insertions, 6 deletions
diff --git a/extension/package.json b/extension/package.json
index 4a494f1c..43139b67 100644
--- a/extension/package.json
+++ b/extension/package.json
@@ -77,11 +77,6 @@
"title": "Quick Text Entry"
},
{
- "command": "continue.quickFix",
- "category": "Continue",
- "title": "Quick Fix with Continue"
- },
- {
"command": "continue.viewLogs",
"category": "Continue",
"title": "View Continue Server Logs"
diff --git a/extension/react-app/src/pages/gui.tsx b/extension/react-app/src/pages/gui.tsx
index 576abd40..dfcefdee 100644
--- a/extension/react-app/src/pages/gui.tsx
+++ b/extension/react-app/src/pages/gui.tsx
@@ -341,7 +341,7 @@ function GUI(props: GUIProps) {
"mainTextEntryCounter",
(currentCount + 1).toString()
);
- if (currentCount === -300) {
+ if (currentCount === 300) {
dispatch(
setDialogMessage(
<div className="text-center p-4">