2bd91e8e58
In the upcoming LSP 3.18 spec, many types that were previously inline literal types with no names (that resulted in us auto-generating names) have been made real types with names. In order to reduce the size of the change when LSP 3.18 arrives, this change renames some of our existing types to match the new names that they will get with LSP 3.18. There are no functional changes here, I simple added the names to the rename list (removing any redundant values that were previously being renamed differently), regenerated the code, and then updated any remaining references (in non-generated code) to those types to match. Change-Id: Ic556ce6e52ba94a8d42099371be18288230cd5ef Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/389160 Reviewed-by: Samuel Rawlins <srawlins@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com>
The language server protocol
The contents of LICENSE is are downloaded from:
https://microsoft.github.io/language-server-protocol/License-code.txt
The file lsp_meta_model.json is downloaded from: