zed/extensions/test-extension
Jakub Konka 85f7bb6277
extension_host: Replace backslashes with forward slashes for cwd on Windows (#38072)
Instead of passing CWD verbatim from the Windows host with backslashes
and all, we now rewrite it into a more POSIX-happy format featuring
forward slashes which means `std::path::Path` operations now work within
WASI with Windows-style paths.

Release Notes:

- N/A
2025-09-12 19:22:24 +02:00
..
languages/gleam Use a dedicated test extension in extension tests (#13781) 2024-07-03 11:10:51 -04:00
src extension_host: Replace backslashes with forward slashes for cwd on Windows (#38072) 2025-09-12 19:22:24 +02:00
Cargo.toml chore: Use workspace fields for edition and publish (#23291) 2025-01-17 17:39:22 +01:00
extension.toml Windows: Fix issues with paths in extensions (#37811) 2025-09-11 13:56:06 -07:00
LICENSE-APACHE Use a dedicated test extension in extension tests (#13781) 2024-07-03 11:10:51 -04:00
README.md Use a dedicated test extension in extension tests (#13781) 2024-07-03 11:10:51 -04:00

Test Extension

This is a test extension that we use in the tests for the extension crate.

Originally based off the Gleam extension.