zed/crates/util
Jakub Konka 3106472bf3
terminal: Escape strings with backticks rather than backslashes in PowerShell (#39657)
Closes #39007 

Strings should be escaped with backticks in PowerShell, so the following

```
\"pwsh.exe -C pytest -m \\\"some_test\\\"\"
```

becomes

```
\"pwsh.exe -C pytest -m `\"some_test`\"\"
```

Otherwise PowerShell will misinterpret the invocation resulting in
weirdness all-around such as the issue linked above.

Release Notes:

- N/A
2025-10-07 19:30:09 +02:00
..
src terminal: Escape strings with backticks rather than backslashes in PowerShell (#39657) 2025-10-07 19:30:09 +02:00
Cargo.toml acp_thread: If available, use git bash over powershell in terminal tool (#39466) 2025-10-06 13:39:19 +02:00
LICENSE-APACHE chore: Add crate licenses. (#4158) 2024-01-23 16:56:22 +01:00