We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0310ef + 22206c1 commit 6cfb84aCopy full SHA for 6cfb84a
src/extension/ui/src/assets/continue.svg
src/extension/ui/src/components/tabs/YourClients.tsx
@@ -24,6 +24,7 @@ import ClaudeIcon from '../../assets/claude-ai-icon.svg';
24
import CursorIcon from '../../assets/cursor.svg';
25
import GordonIcon from '../../assets/gordon-icon.png';
26
import WindsurfIcon from '../../assets/windsurf.svg';
27
+import ContinueIcon from '../../assets/continue.svg';
28
import { CATALOG_LAYOUT_SX, DOCKER_MCP_COMMAND } from '../../Constants';
29
30
// Initialize the Docker Desktop client
@@ -38,6 +39,7 @@ const iconMap = {
38
39
Gordon: GordonIcon,
40
Cursor: CursorIcon,
41
Windsurf: WindsurfIcon,
42
+ 'Continue.dev': ContinueIcon,
43
};
44
45
const MCPClientSettings = ({ appProps }: MCPClientSettingsProps) => {
0 commit comments