From 8da0fcd2eb48194e30846b48cda1be5d0195e95c Mon Sep 17 00:00:00 2001
From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
Date: Wed, 10 Jul 2024 04:12:09 -0400
Subject: [PATCH] Clean up welcome view
---
webview-ui/src/components/WelcomeView.tsx | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/webview-ui/src/components/WelcomeView.tsx b/webview-ui/src/components/WelcomeView.tsx
index 0c374e6..d98d625 100644
--- a/webview-ui/src/components/WelcomeView.tsx
+++ b/webview-ui/src/components/WelcomeView.tsx
@@ -30,7 +30,7 @@ const WelcomeView: React.FC = ({ apiKey, setApiKey }) => {
vscode.postMessage({ type: "apiKey", text: apiKey })
}
- useEffect(() => {
+ useEffect(() => {
validateApiKey(apiKey)
}, [])
@@ -44,17 +44,6 @@ const WelcomeView: React.FC = ({ apiKey, setApiKey }) => {
of course).
- Here are some cool things I can do:
-
- - Create new projects from scratch based on your requirements
- - Debug and fix code issues in your existing projects
- - Refactor and optimize your codebase
- - Analyze your system's performance and suggest improvements
- - Generate documentation for your code
- - Set up and configure development environments
- - Perform code reviews and suggest best practices
-
-
To get started, this extension needs an Anthropic API key:
-