You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Visual Studio Code Extension doesn't find recent projects on Windows
To Reproduce
Search for recent VS Code project by name in ueli with Visual Studio Code Extension enabled
Expected behavior
Project found
Screenshots
Not found
Environment
OS: Windows
Version: 9.18.0
Additional context
I did a cursory glance at the VSC extension source and it appears on windows, it's reading from "$env:AppData\Code\User\globalStorage\state.vscdb" however it appears that my recent list is in the SQLite file "$env:AppData\Code\User\workspaceStorage\1739574719901\state.vscdb" ?