Skip to content

Commit 3f5cf59

Browse files
authored
Update vscode insider alias to match CLI name (#1327)
1 parent e881da2 commit 3f5cf59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pkg/mcp/setup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const (
5555
MCPClientVSCode MCPClient = "vscode"
5656
MCPClientCode MCPClient = "code"
5757
MCPClientVSCodeInsiders MCPClient = "vscode-insiders"
58-
MCPClientInsiders MCPClient = "insiders"
58+
MCPClientInsiders MCPClient = "code-insiders"
5959
MCPClientClaude MCPClient = "claude"
6060
MCPClientWindsurf MCPClient = "windsurf"
6161
MCPClientCascade MCPClient = "cascade"

0 commit comments

Comments
 (0)