We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266e7ca commit 0f13dcfCopy full SHA for 0f13dcf
1 file changed
Tool/Sources/GitHubCopilotService/LanguageServer/GitHubCopilotService.swift
@@ -630,9 +630,6 @@ extension InitializingServer: GitHubCopilotLSP {
630
}
631
632
private func xcodeVersion() async -> String? {
633
- if let xcode = await XcodeInspector.shared.safe.latestActiveXcode {
634
- return xcode.version
635
- }
636
let process = Process()
637
process.executableURL = URL(fileURLWithPath: "/usr/bin/xcrun")
638
process.arguments = ["xcodebuild", "-version"]
0 commit comments