We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e963ce9 commit 74449f8Copy full SHA for 74449f8
Core/Sources/CopilotModel/CopilotCompletion.swift
@@ -17,7 +17,7 @@ public struct CopilotCompletion: Codable, Equatable {
17
18
/// The new code to be inserted and the original code on the first line.
19
public var text: String
20
- /// The position of the cursor after the completion.
+ /// The position of the cursor before generating the completion.
21
public var position: CursorPosition
22
/// An id.
23
public var uuid: String
0 commit comments