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

storageFilePath / storageRegistry : support of absolute path names #64

Open GitMensch opened 2 years ago

GitMensch commented 2 years ago

Is your feature request related to a problem? Please describe. Especially when sharing favorites' settings between workspaces or between multiple users hard-coded paths are a pain. Using paths outside of the workspace can be quite tricky, support for absolute paths could help there.

Describe the solution you'd like With a (mapped drive) P:: entries in storageRegistry that start with P:\\ should work - similar /mapped/ under Linux environments.

This is related but different to #63, I guess both may be implemented together.

halo commented 2 years ago

Is this a duplicate of https://github.com/kdcro101/vscode-favorites/issues/38 ?

GitMensch commented 2 years ago

Is this a duplicate of #38 ?

No, #38 is about the files contained in the registry (defaulting to absolute names), this issue and the related one are about the storageRegistry entry itself.