languages: Fix local path of JSON and YAML schemas - #44794
Merged
ConradIrwin merged 2 commits intoFeb 12, 2026
Conversation
belltoy
force-pushed
the
fix/json-yaml-schemas-path
branch
from
December 14, 2025 04:38
b75405f to
a81787a
Compare
belltoy
force-pushed
the
fix/json-yaml-schemas-path
branch
2 times, most recently
from
January 19, 2026 02:05
bbf0ec0 to
68f7b22
Compare
Contributor
Author
|
This is ready for review. |
belltoy
force-pushed
the
fix/json-yaml-schemas-path
branch
2 times, most recently
from
January 19, 2026 08:53
b60c1e2 to
dfa5e62
Compare
Contributor
Author
|
@miguelraz @maxdeviant Do you have time to review this PR? Thanks! |
Member
|
@belltoy thanks for this, and sorry for the glacial reply. I think this functionality looks good, but:
|
belltoy
force-pushed
the
fix/json-yaml-schemas-path
branch
from
February 7, 2026 01:54
dfa5e62 to
8546b80
Compare
Contributor
Author
|
Thank you for reviewing, @ConradIrwin. You're right. I've updated this patch. |
belltoy
force-pushed
the
fix/json-yaml-schemas-path
branch
from
February 10, 2026 03:42
8546b80 to
683fdc5
Compare
Member
|
thanks! I was confused by the naming Going to hit merge on this. |
ConradIrwin
enabled auto-merge (squash)
February 12, 2026 04:43
morgankrey
added a commit
that referenced
this pull request
Feb 19, 2026
Auto-applied queued documentation suggestions from: - PR #48908 - PR #48909 - PR #48910 - PR #48912 - PR #48930 - PR #44794 - PR #48763 - PR #45073 - PR #48495 - PR #49374 - PR #49139 - PR #48780 - PR #48619 - PR #48978 - PR #48962 - PR #48988 - PR #47860 - PR #49015 - PR #47095 - PR #47475 - PR #48542 - PR #46766 - PR #47754 - PR #48807 - PR #44506 - PR #49051 - PR #49069 - PR #48842 - PR #48851 - PR #48736 - PR #47673 - PR #49094 - PR #49098 - PR #49622 Generated with script/docs-suggest-publish for human review in draft PR.
morgankrey
added a commit
that referenced
this pull request
Feb 25, 2026
Auto-applied queued documentation suggestions from: - PR #48908 - PR #48909 - PR #48910 - PR #48912 - PR #48930 - PR #44794 - PR #48763 - PR #45073 - PR #48495 - PR #49374 - PR #49139 - PR #48780 - PR #48619 - PR #48978 - PR #48962 - PR #48988 - PR #47860 - PR #49015 - PR #47095 - PR #47475 - PR #48542 - PR #46766 - PR #47754 - PR #48807 - PR #44506 - PR #49051 - PR #49069 - PR #48842 - PR #48851 - PR #48736 - PR #47673 - PR #49094 - PR #49098 - PR #49622 - PR #49554 - PR #49710 - PR #49716 - PR #49732 - PR #49788 - PR #49876 - PR #49902 - PR #49910 - PR #49390 - PR #50027 Generated with script/docs-suggest-publish for human review in draft PR.
morgankrey
added a commit
that referenced
this pull request
Feb 25, 2026
Auto-applied documentation from: - PR #48908: git diff view toggle + default setting - PR #48909: agent mode cycling keybinding - PR #48910: diff view nomenclature standardization - PR #48912: split diff for everyone - PR #48930: terminal welcome screen fix - PR #44794: JSON/YAML schema paths - PR #48763: Python environments in REPL - PR #45073: zed --add terminal panels - PR #48495: Python Windows path handling - PR #49374: type on search default
morgankrey
added a commit
that referenced
this pull request
Feb 25, 2026
Auto-applied queued documentation suggestions from: - PR #48908 - PR #48909 - PR #48910 - PR #48912 - PR #48930 - PR #44794 - PR #48763 - PR #45073 - PR #48495 - PR #49374 - PR #49139 - PR #48780 - PR #48619 - PR #48978 - PR #48962 - PR #48988 - PR #47860 - PR #49015 - PR #47095 - PR #47475 - PR #48542 - PR #46766 - PR #47754 - PR #48807 - PR #44506 - PR #49051 - PR #49069 - PR #48842 - PR #48851 - PR #48736 - PR #47673 - PR #49094 - PR #49098 - PR #49622 - PR #49554 - PR #49710 - PR #49716 - PR #49732 - PR #49788 - PR #49876 - PR #49902 - PR #49910 - PR #49390 - PR #50027 Generated with script/docs-suggest-publish for human review in draft PR.
morgankrey
added a commit
that referenced
this pull request
Feb 25, 2026
Auto-applied documentation from: - PR #48908: git diff view toggle + default setting - PR #48909: agent mode cycling keybinding - PR #48910: diff view nomenclature standardization - PR #48912: split diff for everyone - PR #48930: terminal welcome screen fix - PR #44794: JSON/YAML schema paths - PR #48763: Python environments in REPL - PR #45073: zed --add terminal panels - PR #48495: Python Windows path handling - PR #49374: type on search default
jonx
pushed a commit
to jonx/zed-aros
that referenced
this pull request
Jul 17, 2026
) Closes zed-industries#30938 Release Notes: - Fixed: Unable to load relative path JSON schema for YAML validation (zed-industries#30938) This patch follows the vscode LSP client logic, see [`jsonClient.ts`](https://github.com/microsoft/vscode/blob/cee904f80cc6d15f22c850482789e06b1f536e72/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>
jolutz
pushed a commit
to jolutz/zed
that referenced
this pull request
Aug 8, 2026
) Closes zed-industries#30938 Release Notes: - Fixed: Unable to load relative path JSON schema for YAML validation (zed-industries#30938) This patch follows the vscode LSP client logic, see [`jsonClient.ts`](https://github.com/microsoft/vscode/blob/cee904f80cc6d15f22c850482789e06b1f536e72/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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #30938
Release Notes:
This patch follows the vscode LSP client logic, see
jsonClient.ts. Theurlof 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.