pub fn suggestions_from_diagnostic_data(value: &Value) -> Vec<JsonSuggestion>Expand description
Deserialize the JsonSuggestion[] from a Diagnostic.data field
(Phase 2 carries them so codeAction can read them back).
pub fn suggestions_from_diagnostic_data(value: &Value) -> Vec<JsonSuggestion>Deserialize the JsonSuggestion[] from a Diagnostic.data field
(Phase 2 carries them so codeAction can read them back).