[Diagnostics][SourceKit] Expose diagnostic educational notes through SourceKit requests

This commit is contained in:
Owen Voorhees
2019-11-11 17:00:42 -08:00
parent dddcfb8348
commit f11df3ee22
6 changed files with 22 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ UID_KEYS = [
KEY('Ranges', 'key.ranges'),
KEY('Fixits', 'key.fixits'),
KEY('Diagnostics', 'key.diagnostics'),
KEY('EducationalNotePaths', 'key.educational_note_paths'),
KEY('FormatOptions', 'key.editor.format.options'),
KEY('CodeCompleteOptions', 'key.codecomplete.options'),
KEY('FilterRules', 'key.codecomplete.filterrules'),