We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48594f0 commit da71ee4Copy full SHA for da71ee4
Core/Sources/CopilotService/CopilotRequest.swift
@@ -13,6 +13,8 @@ struct CopilotDoc: Codable {
13
var relativePath: String
14
var languageId: LanguageIdentifier
15
var position: Position
16
+ /// Buffer version. Not sure what this is for, not sure how to get it
17
+ var version: Int = 0
18
}
19
20
protocol CopilotRequestType {
copilot.vim
0 commit comments