From 7774dacbc44dda66690042bfd2d22c447c88efbe Mon Sep 17 00:00:00 2001 From: Josh Mu Date: Fri, 27 Dec 2024 15:01:30 +1100 Subject: [PATCH] docs: update README with Visual Studio Marketplace badge - Added a badge to the README to indicate the last updated status of the Periscope extension on the Visual Studio Marketplace. - This enhancement improves the visibility of the extension's update status for users and contributors. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7f1b36b..a6deefc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Periscope 🫧 +![Visual Studio Marketplace Last Updated](https://img.shields.io/visual-studio-marketplace/last-updated/JoshMu.periscope) + Periscope is a VSCode extension that supercharges your ability to search workspace contents using [ripgrep](https://github.com/BurntSushi/ripgrep), providing an intuitive interface with real-time previews of search results. _Inspired by nvim's [telescope](https://github.com/nvim-telescope/telescope.nvim)_