We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2843478 commit 202b96dCopy full SHA for 202b96d
1 file changed
EditorExtension/SourceEditorExtension.swift
@@ -38,7 +38,7 @@ class SourceEditorExtension: NSObject, XCSourceEditorExtension {
38
Task.detached {
39
try await Task.sleep(nanoseconds: 1_000_000_000)
40
let service = try getService()
41
- _ = try await service.checkStatus()
+ _ = try await service.getXPCServiceVersion()
42
}
43
#endif
44
0 commit comments