mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 11:10:48 +00:00
Update monaco.d.ts
This commit is contained in:
parent
d516c32ecb
commit
921107cd12
1 changed files with 1 additions and 1 deletions
2
src/vs/monaco.d.ts
vendored
2
src/vs/monaco.d.ts
vendored
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue