const lastPartEnd = lastPart?.range.endExclusive ?? 0;
if (lastPartEnd < message.length) {
new OffsetRange(lastPartEnd, message.length),
new Range(lastPart?.editorRange.endLineNumber ?? 1, lastPart?.editorRange.endColumn ?? 1, lineNumber, column),
message.slice(lastPartEnd, message.length)));
}
return {