From 3cddc2f34f2fa3ff4e4e3d28215b1898599863e5 Mon Sep 17 00:00:00 2001 From: rebornix Date: Mon, 17 Sep 2018 11:28:53 -0700 Subject: [PATCH] Fix test error from branch merging --- src/vs/editor/contrib/find/test/findController.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/vs/editor/contrib/find/test/findController.test.ts b/src/vs/editor/contrib/find/test/findController.test.ts index 3f493617e0e..4be84bd72bd 100644 --- a/src/vs/editor/contrib/find/test/findController.test.ts +++ b/src/vs/editor/contrib/find/test/findController.test.ts @@ -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);