提交 8d8c2332 编写于 作者: J Johannes Rieken

honor that the internal search model is 0-offset based, #45000

上级 73e34886
......@@ -154,7 +154,7 @@ export class ExtHostFileSystem implements ExtHostFileSystemShape {
const progress = {
report: (data: vscode.TextSearchResult) => {
this._proxy.$handleFindMatch(handle, session, [data.uri, {
lineNumber: 1 + data.range.start.line,
lineNumber: data.range.start.line,
preview: data.preview.leading + data.preview.matching + data.preview.trailing,
offsetAndLengths: [[data.preview.leading.length, data.preview.matching.length]]
}]);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册