Skip to content

Commit e82900c

Browse files
committed
Bump GitHub Copilot language server to 1.33.0
1 parent e2d1955 commit e82900c

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
@@ -5,12 +5,12 @@ public struct GitHubCopilotInstallationManager {
55
private static var isInstalling = false
66

77
static var downloadURL: URL {
8-
let commitHash = "25feddf8e3aa79f0573c8f43ddb13c44c530cfa5"
8+
let commitHash = "c79d711cbf7c6672c6c57d6df7c5ab7b6cac2b7a"
99
let link = "https://github.com/github/copilot.vim/archive/\(commitHash).zip"
1010
return URL(string: link)!
1111
}
1212

13-
static let latestSupportedVersion = "1.32.0"
13+
static let latestSupportedVersion = "1.33.0"
1414

1515
public init() {}
1616

0 commit comments

Comments
 (0)