mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
Rename previewOptions
This commit is contained in:
@@ -514,8 +514,8 @@ suite('workspace-namespace', () => {
|
||||
const options: vscode.FindTextInFilesOptions = {
|
||||
include: '*.ts',
|
||||
previewOptions: {
|
||||
maxLines: 1,
|
||||
totalChars: 100
|
||||
matchLines: 1,
|
||||
charsPerLine: 100
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user