microsoft / Windows-Sandbox

Disposable, secure and lightweight Windows Desktop Environment
https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-sandbox/windows-sandbox-overview
MIT License
364 stars 49 forks source link

Windows Sandbox configuration: Support relative paths in mapped folders #59

Open AnthonyMastrean opened 3 weeks ago

AnthonyMastrean commented 3 weeks ago

Suggested new feature or improvement

For mapped folders, the documentation says:

At this time, relative paths aren't supported.

https://learn.microsoft.com/en-us/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-configure-using-wsb-file#mapped-folders

It would be nice if relative paths were supported.

Scenario

Without relative path support, WSB files are basically useless in team development scenarios, without requiring fixed paths across development machines and even that prevents certain development workflows like Git worktrees (which require changing the path).

Additional details

No response