You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes some LSIF parsers to throw errors. The property should be renamed to shard to match the spec, possibly with a #[serde(rename = "shard") attribute to avoid breaking SemVer.
The text was updated successfully, but these errors were encountered:
DrChat
changed the title
document property on Item was renamed to shard in spec
LSIF: document property on Item was renamed to shard in spec
Sep 20, 2022
lsp-types/src/lsif.rs
Line 263 in e3afaf2
https://microsoft.github.io/language-server-protocol/specifications/lsif/0.6.0/specification/
This causes some LSIF parsers to throw errors. The property should be renamed to
shard
to match the spec, possibly with a#[serde(rename = "shard")
attribute to avoid breaking SemVer.The text was updated successfully, but these errors were encountered: