sublimelsp / LSP-json

Schema validation/completions for your JSON and Sublime files
MIT License
72 stars 9 forks source link

Support relative file paths in `userSchemas` #179

Closed rchl closed 7 months ago

rchl commented 7 months ago

Resolve relative paths in userSchemas and convert to URIs. Relative paths are resolved relative to the first workspace folder.

Resolves #148