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

Store Relative File Paths In Json #48

Open JohnMeyerhoff opened 4 years ago

JohnMeyerhoff commented 4 years ago

Hello, I want to use multiple development environments (Linux, Mac, Windows) and want to use the same favourites across devices. Obviously the files all have the same relative path, however the path in front of my workdir is not the same. It would be nice if it worked on windows as well but also just being relative would at least solve Linux and Mac compatibility. I am not that familiar with Extensions in VS code, would you rather have me come up with a solution and add a PR or just leave the suggestion here and let someone else take it from there? Regards John