Skip to content

Commit da71ee4

Browse files
committed
Bump copilot.vim to 1.8.2
1 parent 48594f0 commit da71ee4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Core/Sources/CopilotService/CopilotRequest.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ struct CopilotDoc: Codable {
1313
var relativePath: String
1414
var languageId: LanguageIdentifier
1515
var position: Position
16+
/// Buffer version. Not sure what this is for, not sure how to get it
17+
var version: Int = 0
1618
}
1719

1820
protocol CopilotRequestType {

0 commit comments

Comments
 (0)