Skip to content

Commit 8ea7454

Browse files
authored
fix: correct VS Code Insiders label (#476)
1 parent 968a591 commit 8ea7454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renderer/src/features/clients/components/card-client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { trackEvent } from '@/common/lib/analytics'
1414
const CLIENT_TYPE_LABEL_MAP = {
1515
'roo-code': 'Roo Code',
1616
cline: 'Cline',
17-
'vscode-insider': 'VS Code Insider - Copilot',
17+
'vscode-insider': 'VS Code Insiders - Copilot',
1818
vscode: 'VS Code - Copilot',
1919
cursor: 'Cursor',
2020
'claude-code': 'Claude Code',

0 commit comments

Comments
 (0)