mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Fix test error from branch merging
This commit is contained in:
@@ -271,7 +271,8 @@ suite('FindController', () => {
|
||||
seedSearchStringFromSelection: false,
|
||||
seedSearchStringFromGlobalClipboard: false,
|
||||
shouldFocus: FindStartFocusAction.FocusFindInput,
|
||||
shouldAnimate: false
|
||||
shouldAnimate: false,
|
||||
updateSearchScope: false
|
||||
});
|
||||
nextMatchFindAction.run(null, editor);
|
||||
startFindReplaceAction.run(null, editor);
|
||||
|
||||
Reference in New Issue
Block a user