Skip to content

Commit 103a916

Browse files
committed
Bring back toggle realtime suggestion command
1 parent 1a740ce commit 103a916

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

EditorExtension/SourceEditorExtension.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class SourceEditorExtension: NSObject, XCSourceEditorExtension {
1818
PromptToCodeCommand(),
1919
AcceptPromptToCodeCommand(),
2020
OpenChatCommand(),
21+
ToggleRealtimeSuggestionsCommand(),
2122
].map(makeCommandDefinition)
2223
}
2324

0 commit comments

Comments
 (0)