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
At the moment, we support these properties when reporting a type-related validation issue (see validation.ts):
exportinterfaceValidationMessageDetails<LanguageType,TextendsLanguageType=LanguageType>{languageNode: T;languageProperty?: string;// name of a property of the language nodelanguageIndex?: number;// index, if 'languageProperty' is an Array propertyseverity: Severity;message: string;}
Langium-specific properties are not covered here, e.g.
DiagnosticInfo.data for quick-fixes
DiagnosticInfo.range
It would be nice to support these Langium-specific properties when using typir-langium.
The text was updated successfully, but these errors were encountered:
At the moment, we support these properties when reporting a type-related validation issue (see
validation.ts
):Langium-specific properties are not covered here, e.g.
DiagnosticInfo.data
for quick-fixesDiagnosticInfo.range
It would be nice to support these Langium-specific properties when using
typir-langium
.The text was updated successfully, but these errors were encountered: