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.
1 parent ccafe59 commit 9a3021aCopy full SHA for 9a3021a
Tool/Sources/CodeiumService/ChatTab/CodeiumChatTab.swift
@@ -10,6 +10,8 @@ import XcodeInspector
10
11
public class CodeiumChatTab: ChatTab {
12
public static var name: String { "Codeium Chat" }
13
+ public static var isDefaultChatTabReplacement: Bool { false }
14
+ public static var canHandleOpenChatCommand: Bool { true }
15
16
struct RestorableState: Codable {}
17
0 commit comments