diff options
Diffstat (limited to 'extension')
-rw-r--r-- | extension/package.json | 5 | ||||
-rw-r--r-- | extension/react-app/src/pages/gui.tsx | 2 |
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"> |