Skip to content

Commit 81246d2

Browse files
committed
Remove real-time suggestion toggle commands
1 parent 977ef93 commit 81246d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

EditorExtension/SourceEditorExtension.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ class SourceEditorExtension: NSObject, XCSourceEditorExtension {
99
RejectSuggestionCommand(),
1010
NextSuggestionCommand(),
1111
PreviousSuggestionCommand(),
12-
TurnOnRealtimeSuggestionsCommand(),
13-
TurnOffRealtimeSuggestionsCommand(),
1412
RealtimeSuggestionsCommand(),
1513
PrefetchSuggestionsCommand(),
1614
].map(makeCommandDefinition)

0 commit comments

Comments
 (0)