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

Favorites storage path being relative to workspace interferes with repository #33

Closed Yzrsah closed 5 years ago

Yzrsah commented 5 years ago

This extension puts files into the project directory. This causes problems with different people's personal favorites files being checked into the repo. So all projects need to have a ruleset posted ahead of time with setup and post-setup steps to gitignore the file and then be sure not add in .favorites.json, otherwise the devs favorites files will come into conflict.

I use other some extensions which don't have this problem. I.e. https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks

kdcro101 commented 5 years ago

@Zyrsha ,

Thank you for your feedback.

Can you, please, check this thread? Let me know if it works for you.