zed/crates/dev_container/src
KyleBarton e9b280afe0
Account for windows absolute paths in bind mounts (#53093)
Self-Review Checklist:

- [x] I've reviewed my own diff for quality, security, and reliability
- [x] Unsafe blocks (if any) have justifying comments
- [x] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [x] Tests cover the new/changed behavior
- [x] Performance impact has been considered and is acceptable

Addresses an auxiliary windows bug found in #52924 - bind mounts are not
working in Windows because MountDefinition is not accounting for
absolute Windows paths.

Release Notes:

- Fixed windows bind mount issue with dev containers
2026-04-03 14:55:12 -07:00
..
command_json.rs Dev containers native implementation (#52338) 2026-04-01 08:16:27 -07:00
devcontainer_api.rs Dev containers native implementation (#52338) 2026-04-01 08:16:27 -07:00
devcontainer_json.rs Account for windows absolute paths in bind mounts (#53093) 2026-04-03 14:55:12 -07:00
devcontainer_manifest.rs Use an object for docker compose ports rather than raw string (#53090) 2026-04-03 11:51:31 -07:00
docker.rs Use an object for docker compose ports rather than raw string (#53090) 2026-04-03 11:51:31 -07:00
features.rs Dev containers native implementation (#52338) 2026-04-01 08:16:27 -07:00
lib.rs Dev containers native implementation (#52338) 2026-04-01 08:16:27 -07:00
oci.rs Dev containers native implementation (#52338) 2026-04-01 08:16:27 -07:00