We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0b586c + a27cd82 commit b520a09Copy full SHA for b520a09
1 file changed
Tool/Sources/GitHubCopilotService/LanguageServer/GitHubCopilotInstallationManager.swift
@@ -6,12 +6,12 @@ public struct GitHubCopilotInstallationManager {
6
public private(set) static var isInstalling = false
7
8
static var downloadURL: URL {
9
- let commitHash = "0668308e68b0ac28b332b204b469fbe04601536a"
+ let commitHash = "782461159655b259cff10ecff05efa761e3d4764"
10
let link = "https://github.com/github/copilot.vim/archive/\(commitHash).zip"
11
return URL(string: link)!
12
}
13
14
- static let latestSupportedVersion = "1.37.0"
+ static let latestSupportedVersion = "1.40.0"
15
static let minimumSupportedVersion = "1.32.0"
16
17
public init() {}
0 commit comments