We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977ef93 commit 81246d2Copy full SHA for 81246d2
1 file changed
EditorExtension/SourceEditorExtension.swift
@@ -9,8 +9,6 @@ class SourceEditorExtension: NSObject, XCSourceEditorExtension {
9
RejectSuggestionCommand(),
10
NextSuggestionCommand(),
11
PreviousSuggestionCommand(),
12
- TurnOnRealtimeSuggestionsCommand(),
13
- TurnOffRealtimeSuggestionsCommand(),
14
RealtimeSuggestionsCommand(),
15
PrefetchSuggestionsCommand(),
16
].map(makeCommandDefinition)
0 commit comments