We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5281cdf commit 97a866cCopy full SHA for 97a866c
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 = "782461159655b259cff10ecff05efa761e3d4764"
+ let commitHash = "87038123804796ca7af20d1b71c3428d858a9124"
10
let link = "https://github.com/github/copilot.vim/archive/\(commitHash).zip"
11
return URL(string: link)!
12
}
13
14
- static let latestSupportedVersion = "1.40.0"
+ static let latestSupportedVersion = "1.41.0"
15
static let minimumSupportedVersion = "1.32.0"
16
17
public init() {}
0 commit comments