From 51fc07cf6441d6330ce64e45e56e8f333ca309ed Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Mon, 25 Sep 2023 23:10:05 -0700 Subject: fix: :bug: small fixes, update troubleshooting docs --- extension/package.json | 5 ----- extension/react-app/src/pages/gui.tsx | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'extension') diff --git a/extension/package.json b/extension/package.json index 4a494f1c..43139b67 100644 --- a/extension/package.json +++ b/extension/package.json @@ -76,11 +76,6 @@ "category": "Continue", "title": "Quick Text Entry" }, - { - "command": "continue.quickFix", - "category": "Continue", - "title": "Quick Fix with Continue" - }, { "command": "continue.viewLogs", "category": "Continue", 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(
-- cgit v1.2.3-70-g09d2