Merrit / vscode-runner

KRunner plugin for quickly opening recent VSCode workspaces
https://store.kde.org/p/1653111/
GNU General Public License v3.0
18 stars 3 forks source link

Use globalStorage database for source of recent workspaces #2

Closed Merrit closed 2 years ago

Merrit commented 2 years ago

VSCode recently moved the storage for the recent workspaces, it is now in the globalStorage state.vscdb file.

https://github.com/microsoft/vscode/issues/138072

This update sources this database to fix compatability with the new version of VSCode (1.64).