Rename previewOptions

This commit is contained in:
Rob Lourens
2018-09-24 21:08:11 -07:00
parent 1e058b76ea
commit 3da89c1937
7 changed files with 19 additions and 19 deletions

View File

@@ -396,8 +396,8 @@ export class ExtHostWorkspace implements ExtHostWorkspaceShape {
const previewOptions: vscode.TextSearchPreviewOptions = typeof options.previewOptions === 'undefined' ?
{
maxLines: 100,
totalChars: 10000
matchLines: 100,
charsPerLine: 10000
} :
options.previewOptions;