From 6b51d55ff1dab78ddfbfba0dbbd35e25e5e4f68e Mon Sep 17 00:00:00 2001 From: rebornix Date: Sun, 9 Jan 2022 13:10:42 -0800 Subject: [PATCH] enable hybrid search in code --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a896b7e5a7b..e670e7ff24c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -100,5 +100,6 @@ "list", "git", "sash" - ] + ], + "notebook.find.experimental": true }