Skip to content

Commit b520a09

Browse files
committed
Merge branch 'feature/bump-github-copilot-to-1.40.0' into develop
2 parents b0b586c + a27cd82 commit b520a09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "0668308e68b0ac28b332b204b469fbe04601536a"
9+
let commitHash = "782461159655b259cff10ecff05efa761e3d4764"
1010
let link = "https://github.com/github/copilot.vim/archive/\(commitHash).zip"
1111
return URL(string: link)!
1212
}
1313

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

1717
public init() {}

0 commit comments

Comments
 (0)