We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd54c3 commit c84ee7dCopy full SHA for c84ee7d
1 file changed
SourceEditorExtension/VoiceCodeSourceEditorCommand.swift
@@ -24,6 +24,7 @@ class SourceEditorCommand: NSObject, XCSourceEditorCommand {
24
}()
25
26
deinit {
27
+ connection.invalidate()
28
}
29
30
func isInsertionPoint(range: XCSourceTextRange) -> Bool{
0 commit comments