Skip to content

Commit 9a3021a

Browse files
committed
Fix open chat tab with Codeium
1 parent ccafe59 commit 9a3021a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tool/Sources/CodeiumService/ChatTab/CodeiumChatTab.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import XcodeInspector
1010

1111
public class CodeiumChatTab: ChatTab {
1212
public static var name: String { "Codeium Chat" }
13+
public static var isDefaultChatTabReplacement: Bool { false }
14+
public static var canHandleOpenChatCommand: Bool { true }
1315

1416
struct RestorableState: Codable {}
1517

0 commit comments

Comments
 (0)