Skip to content

Commit

Permalink
Move previewOptions, #50788
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed May 30, 2018
1 parent 6a62a94 commit 93e206d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/vscode.proposed.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ declare module 'vscode' {
excludes: string[];
useIgnoreFiles?: boolean;
followSymlinks?: boolean;
previewOptions?: any; // total length? # of context lines? leading and trailing # of chars?
}

export interface TextSearchOptions extends SearchOptions {
previewOptions?: any; // total length? # of context lines? leading and trailing # of chars?
maxFileSize?: number;
encoding?: string;
}
Expand Down

0 comments on commit 93e206d

Please sign in to comment.