Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSCode previous open workspaces not in sync with right click menu on taskbar #140181

Closed
ricardosantos9521 opened this issue Jan 5, 2022 · 2 comments
Assignees
Labels
*as-designed Described behavior is as designed

Comments

@ricardosantos9521
Copy link

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.64 - insiders
  • OS Version: Windows 11

Steps to Reproduce:

  1. Remove a recent folder from the right click menu from the taskbar
    image
  2. does not update the Backups/workspaces.json

Some context:

  • previously Powertoys Run plugin VSCode Workspaces used AppData/Roaming/Code - Insiders/settings.json to get all the previous opened workspaces for vscode insiders in this case
  • because of a recent change in code insiders i was trying to use AppData/Roaming/Code - Insiders/Backups/workspaces.json instead, but vscode insiders sometimes cleans all the folderWorkspaceInfos from that json

We don't the best way of getting the previously open workspaces in sync with what is showed in right click menu showed above.

Can anyone take a look at this?

@bpasero
Copy link
Member

bpasero commented Jan 6, 2022

With #138072, the list of opened workspaces moved into our SQLite DB and out of that JSON file. This is intentional.

@bpasero bpasero added the *as-designed Described behavior is as designed label Jan 6, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Feb 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*as-designed Described behavior is as designed
Projects
None yet
Development

No branches or pull requests

3 participants
@bpasero @ricardosantos9521 and others