kdcro101 / vscode-favorites

Add files and directories to workspace favorites. You can create groups (and subgroups) of favorite items with files and folders. Time saver for complex projects.
MIT License
49 stars 13 forks source link

Can't find favorites.json #37

Closed fharper closed 5 years ago

fharper commented 5 years ago

Hi, I think with the last update of VSCode, I lost my favorites (or maybe I did something), anyhow, not critical. I added again the favorites and it's working, but I can't find any .favorites.json file anywhere (I thought it should be by default in the workspace folder). Where are those saved? I would like to backup this file... Thanks

kdcro101 commented 5 years ago

@fharper ,

Configuration favorites.storageFilePath overrides default storage path relative to workspace root. In case of multi-root workspaces you can use favorites.useWorkspace to set which workspace to use to determine "root".

If you have more questions, open issue.