mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add ID field to SourceKit's diagnostics
This commit is contained in:
@@ -54,6 +54,7 @@ UID_KEYS = [
|
||||
KEY('EnableSyntaxMap', 'key.enablesyntaxmap'),
|
||||
KEY('SyntaxTreeTransferMode', 'key.syntaxtreetransfermode'),
|
||||
KEY('EnableStructure', 'key.enablesubstructure'),
|
||||
KEY('ID', 'key.id'),
|
||||
KEY('Description', 'key.description'),
|
||||
KEY('TypeName', 'key.typename'),
|
||||
KEY('RuntimeName', 'key.runtime_name'),
|
||||
|
||||
Reference in New Issue
Block a user