mirror of
https://github.com/zed-industries/zed.git
synced 2026-07-10 00:13:29 +00:00
Closes #46852 The devcontainer CLI which ships with VS Code can be added to the user's `PATH` with the VS Code command `Dev Containers: Install devcontainer CLI`. This version of the CLI is older than what Zed was developed with, and as a result, it doesn't separate its json-formatted output and its plaintext metadata into distinct output streams. This broke parsing in the CLI adapter in Zed. This fix accounts for that, and if parsing fails, attempts to find a relevant JSON object in plaintext and tries to parse that. Tested with VSCode's version of the devcontainer CLI (`0.80.1`) as well as the up-to-date version (`0.81.1`) Release Notes: - Improved parsing of devcontainer CLI output when using earlier versions |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| LICENSE-GPL | ||