sublimelsp / LSP-json

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

Suggest VSCode schema extension properties in sublime-package.json #58

Closed rchl closed 4 years ago

rchl commented 4 years ago

Created a "sublime-base" schema that combines draft-07 and extensions introduced by VSCode. This makes completions work to suggest things like "markdownDescription" and a couple of other from https://github.com/microsoft/vscode-json-languageservice/blob/master/src/jsonSchema.ts

I have not included all as some were not very relevant.

rchl commented 4 years ago

Gonna merge it soon if there are no more comments.