We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adcffe commit 8cfaca8Copy full SHA for 8cfaca8
Tool/Sources/WorkspaceSuggestionService/Filespace+SuggestionService.swift
@@ -78,7 +78,7 @@ public extension Filespace {
78
let typedSuggestion = {
79
let startIndex = editingLine.index(
80
editingLine.startIndex,
81
- offsetBy: presentingSuggestion.position.character,
+ offsetBy: presentingSuggestion.range.start.character,
82
limitedBy: editingLine.endIndex
83
) ?? editingLine.startIndex
84
0 commit comments