We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583fea6 commit fb3e08cCopy full SHA for fb3e08c
packages/langium/src/validation/document-validator.ts
@@ -164,6 +164,7 @@ export class DefaultDocumentValidator implements DocumentValidator {
164
if (linkingError) {
165
const info: DiagnosticInfo<AstNode, string> = {
166
node: linkingError.container,
167
+ range: reference.$refNode?.range,
168
property: linkingError.property,
169
index: linkingError.index,
170
data: {
0 commit comments