-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
loadSchemaDialects function #53
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please include tests and documentation (in the README) for your new function.
74ca6d0
to
c1452b8
Compare
This PR is a mess and can't be reviewed or merged in it's current state. This is why I told you to use |
994fbdf
to
c2f9e1d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple more details to clean up. We're almost there!
(It looks like some of the commits got squashed in the attempt to clean up after the merge, but it appears that all the content is there.)
bcaddc4
to
bdf76d7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 🎉. I'll wait until to tomorrow to merge to give @HodaSalim a chance to fix the author meta-data on her commits.
Made a simple function to expose the _dialects object keys and filtering with hasDialect to make sure that we get the loaded schema dialects for json-schema LSP Project Co-authored-by: Azzam Uddin <uazzam69@gmail.com>
bdf76d7
to
34f43a4
Compare
Thank you so much ! It should be updated now |
Made a simple function to expose the _dialects object keys and filtering with hasDialect to make sure that we get the loaded schema dialects for json-schema LSP Project
Co-authored-by: Azzam Uddin uazzam69@gmail.com @Azzam1503