zed/crates/worktree
Zhongqiu Zhao 377407c2bb
languages: Fix local path of JSON and YAML schemas (#44794)
Closes #30938

Release Notes:

- Fixed: Unable to load relative path JSON schema for YAML validation
(#30938)


This patch follows the vscode LSP client logic, see
[`jsonClient.ts`](cee904f80c/extensions/json-language-features/client/src/jsonClient.ts (L768-L770)).
The `url` of the JSON schemas settings and the YAML schemas settings
should be resolved to an absolute path in the LSP client when it is
submitted to the server.

---------

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
2026-02-12 04:50:54 +00:00
..
src languages: Fix local path of JSON and YAML schemas (#44794) 2026-02-12 04:50:54 +00:00
tests/integration project: Always allocate WorktreeIDs on the remote client (#47936) 2026-01-29 15:31:13 +00:00
Cargo.toml worktree: Use public-api-only tests (#47152) 2026-01-22 10:22:04 +01:00
LICENSE-GPL