From 7520f122492d8b4d312900a1a712835746593f39 Mon Sep 17 00:00:00 2001 From: xt-fg Date: Tue, 16 Jun 2026 09:55:43 +0800 Subject: [PATCH] Create VSCodeRecent-cee1cdb5-07b3-495d-8c16-636035ab3a51.json Quickly find and open your recent VS Code folders and workspaces from Flow Launcher. --- ...eRecent-cee1cdb5-07b3-495d-8c16-636035ab3a51.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/VSCodeRecent-cee1cdb5-07b3-495d-8c16-636035ab3a51.json diff --git a/plugins/VSCodeRecent-cee1cdb5-07b3-495d-8c16-636035ab3a51.json b/plugins/VSCodeRecent-cee1cdb5-07b3-495d-8c16-636035ab3a51.json new file mode 100644 index 000000000..35e19facc --- /dev/null +++ b/plugins/VSCodeRecent-cee1cdb5-07b3-495d-8c16-636035ab3a51.json @@ -0,0 +1,12 @@ +{ + "ID": "cee1cdb5-07b3-495d-8c16-636035ab3a51", + "Name": "VSCode Recent", + "Description": "Open recent VS Code folders/workspaces. Reads the current VS Code storage (storage.json: profileAssociations / backupWorkspaces / windowsState), so it works on VS Code builds that no longer write history.recentlyOpenedPathsList.", + "Author": "xt-fg", + "Version": "1.0.0", + "Language": "python", + "Website": "https://github.com/xt-fg/Flow.Launcher.Plugin.VSCodeRecent", + "UrlDownload": "https://github.com/xt-fg/Flow.Launcher.Plugin.VSCodeRecent/releases/download/v1.0.0/Flow.Launcher.Plugin.VSCodeRecent.zip", + "UrlSourceCode": "https://github.com/xt-fg/Flow.Launcher.Plugin.VSCodeRecent/tree/main", + "IcoPath": "https://cdn.jsdelivr.net/gh/xt-fg/Flow.Launcher.Plugin.VSCodeRecent@main/Images/code-light.png" +}