You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[cloud] improve mutagen session name sanitization (#451)
## Summary
Sanitizes the mutagen session name to match the validation done in
mutagen's code.
Specifically:
1. ensure the first char is a letter
2. ensure only numbers, letters and dash characters are used
## How was it tested?
1. added test
2. copied `rust-stable` example project into folder:
`/var/folders/79/1yc1ywp10w9f2xnr_rpp_ff00000gn/T/tmp.XshVTWYu`.Then
started `devbox cloud shell` and saw it sync files successfully.
0 commit comments