We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a740ce commit 103a916Copy full SHA for 103a916
1 file changed
EditorExtension/SourceEditorExtension.swift
@@ -18,6 +18,7 @@ class SourceEditorExtension: NSObject, XCSourceEditorExtension {
18
PromptToCodeCommand(),
19
AcceptPromptToCodeCommand(),
20
OpenChatCommand(),
21
+ ToggleRealtimeSuggestionsCommand(),
22
].map(makeCommandDefinition)
23
}
24
0 commit comments