product.json resolution when Visual Studio Code is installed in ~/Applications.Search Recent Projects showing no results on macOS with VS Code 1.118+. The shared storage database (.vscode-shared/sharedStorage/state.vscdb) is placed in the home directory on all platforms, not inside ~/Library/Application Support. Also removed a spurious User/ path segment from the Windows shared storage path. Fixes #28311.Search Recent Projects on Windows by reading the current VS Code state key recently.opened while keeping compatibility with the older history.recentlyOpenedPathsList key used by older VS Code internals.storage.json fallback added in the 2026-05-04 fix by merging backupWorkspaces and profileAssociations, so local and remote recent entries still appear when the primary list is incomplete.Remove and Remove All so DB-backed entries are cleared while storage-backed duplicates are hidden for the current Raycast session.vscode-remote:// URIs through the VS Code CLI unchanged.product.json resolution for Windows builds that use VS Code's versioned resources layout.Search Recent Projects returning no results for VS Code Insiders users. Recent Insiders builds no longer write history.recentlyOpenedPathsList to state.vscdb; the extension now falls back to reading recent folders from storage.json (lastKnownMenubarData) when the DB key is absent. Stable VS Code builds are unaffected. (Fixes #27440, originally shipped 2026-05-04)setLocale warnings in bash by clearing environment variables.Search Recent Projects for remote workspaces by fuzzy matching remote authorities.Search Recent Projects and Show Installed Extensions commands.Uninstall Extension action by adopting a destructive style, adding a shortcut, and enhancing the user experience by displaying the extension name in the confirmation dialog.Search Recent Projects. Inspired by #15626.metadata in an extension manifestOpen New Window commandOpen With Terminal action (only for directories)Show Installed Extensions commandInstall Extension commandCommands commandAdds back the support for remote workspaces that got broken in an earlier fix
Fixed the filter rules
Fixed missing workspaces from previous update.
Adds sqllite db support for recent files/folders which is used from Visual Studio Code v1.65.0.
Fixed show in finder action, and added development actions.
Add Search Recent Projects in VS Code extension