mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Clean up welcome view
This commit is contained in:
@@ -30,7 +30,7 @@ const WelcomeView: React.FC<WelcomeViewProps> = ({ apiKey, setApiKey }) => {
|
|||||||
vscode.postMessage({ type: "apiKey", text: apiKey })
|
vscode.postMessage({ type: "apiKey", text: apiKey })
|
||||||
}
|
}
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
validateApiKey(apiKey)
|
validateApiKey(apiKey)
|
||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
@@ -44,17 +44,6 @@ const WelcomeView: React.FC<WelcomeViewProps> = ({ apiKey, setApiKey }) => {
|
|||||||
of course).
|
of course).
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Here are some cool things I can do:</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Create new projects from scratch based on your requirements</li>
|
|
||||||
<li>Debug and fix code issues in your existing projects</li>
|
|
||||||
<li>Refactor and optimize your codebase</li>
|
|
||||||
<li>Analyze your system's performance and suggest improvements</li>
|
|
||||||
<li>Generate documentation for your code</li>
|
|
||||||
<li>Set up and configure development environments</li>
|
|
||||||
<li>Perform code reviews and suggest best practices</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h3>To get started, this extension needs an Anthropic API key:</h3>
|
<h3>To get started, this extension needs an Anthropic API key:</h3>
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
Reference in New Issue
Block a user