-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add basic support for declaring schema with inline $schema
#970
base: main
Are you sure you want to change the base?
Conversation
7e9164e
to
d40208e
Compare
d40208e
to
6767a56
Compare
940bc69
to
3c155e8
Compare
3c155e8
to
1f7c659
Compare
Looking more through older PRs and issues:
it appears some of the relevant argument there was in somehow ignoring |
I see 1.15.0 went out 🎉... what can I do to help this get into the review pipeline, and hopefully make it into the next release? |
What does this PR do?
$schema
# yaml-language-server $schema=
What issues does this PR fix or reference?
"$schema":
for current JSON file #964Is it tested? How?
test/fixtures/sample-dollar-schema.json
addedtest/schema.test.ts
$schema
(which it ignores)$schema
(which beats settings)