leftstick / vscode-favorites

An extension helps developer marking resources as favorite. Therefor, those resources can be easily found at a special view
https://leftstick.gitbooks.io/vscode-favorites/
GNU General Public License v3.0
49 stars 22 forks source link

FR: allow to specify where to store favorites #61

Open GitMensch opened 2 years ago

GitMensch commented 2 years ago

With favorites.saveSeparated (which solved #6) there is an extra file instead of the configuration settings (at least I guess so).

This feature request is for a new setting favorites.saveSeparatedAs or similar, which allows to specify a path to store them, ideally both with a relative path, a full path and resolving [a subset of] vscode variables, especially {env:name} and {config:name}.