Skip to content

Commit 97a866c

Browse files
committed
Bump GitHubCopilot language server
1 parent 5281cdf commit 97a866c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tool/Sources/GitHubCopilotService/LanguageServer/GitHubCopilotInstallationManager.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ public struct GitHubCopilotInstallationManager {
66
public private(set) static var isInstalling = false
77

88
static var downloadURL: URL {
9-
let commitHash = "782461159655b259cff10ecff05efa761e3d4764"
9+
let commitHash = "87038123804796ca7af20d1b71c3428d858a9124"
1010
let link = "https://github.com/github/copilot.vim/archive/\(commitHash).zip"
1111
return URL(string: link)!
1212
}
1313

14-
static let latestSupportedVersion = "1.40.0"
14+
static let latestSupportedVersion = "1.41.0"
1515
static let minimumSupportedVersion = "1.32.0"
1616

1717
public init() {}

0 commit comments

Comments
 (0)