We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d1955 commit e82900cCopy full SHA for e82900c
1 file changed
Tool/Sources/GitHubCopilotService/LanguageServer/GitHubCopilotInstallationManager.swift
@@ -5,12 +5,12 @@ public struct GitHubCopilotInstallationManager {
5
private static var isInstalling = false
6
7
static var downloadURL: URL {
8
- let commitHash = "25feddf8e3aa79f0573c8f43ddb13c44c530cfa5"
+ let commitHash = "c79d711cbf7c6672c6c57d6df7c5ab7b6cac2b7a"
9
let link = "https://github.com/github/copilot.vim/archive/\(commitHash).zip"
10
return URL(string: link)!
11
}
12
13
- static let latestSupportedVersion = "1.32.0"
+ static let latestSupportedVersion = "1.33.0"
14
15
public init() {}
16
0 commit comments