Update monaco.d.ts

This commit is contained in:
Christof Marti 2017-05-23 16:34:34 -07:00
parent d516c32ecb
commit 921107cd12

2
src/vs/monaco.d.ts vendored
View file

@ -2636,7 +2636,7 @@ declare module monaco.editor {
*/
seedSearchStringFromSelection?: boolean;
/**
* Controls if Find in Selection flag is turned on when multiple characters or lines of text are selected in the editor.
* Controls if Find in Selection flag is turned on when multiple lines of text are selected in the editor.
*/
autoFindInSelection: boolean;
}