From 78406bc773e872a5e4770a7a9c3aa22fbbe37af2 Mon Sep 17 00:00:00 2001 From: Josh Mu Date: Sat, 27 Apr 2024 15:56:53 +1000 Subject: [PATCH 1/2] chore: doc for horizontal split --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 3e7b637..5adcc1c 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,11 @@ { "command": "periscope.search", "title": "Periscope: Search" + }, + { + "command": "periscope.openInHorizontalSplit", + "title": "Periscope: Open Result in Horizontal Split", + "enablement": "periscopeActive" } ], "configuration": { From dd24d77de776830f537be393594cbe371409c21e Mon Sep 17 00:00:00 2001 From: Josh Mu Date: Sat, 27 Apr 2024 16:09:12 +1000 Subject: [PATCH 2/2] chore: doc update for preview mode requirement --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e28684a..6181177 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ _Inspired by nvim's [telescope](https://github.com/nvim-telescope/telescope.nvim 2. Input your query and move through the suggested results, the editor will reflect the current highlighted suggested item. 3. Hit enter to open the file or cancel to return to your original active editor +## Requirements + +Vscode configuration _Editor: Enable Preview_ must be enabled. + ## Extension Settings This extension contributes the following settings: