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:

- -

To get started, this extension needs an Anthropic API key: