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.
2 parents a84a9a8 + 1f649e4 commit a4becfeCopy full SHA for a4becfe
client/src/monaco-converter.ts
@@ -954,7 +954,8 @@ export class ProtocolToMonacoConverter {
954
startColumn: diagnostic.range.start.character + 1,
955
endLineNumber: diagnostic.range.end.line + 1,
956
endColumn: diagnostic.range.end.character + 1,
957
- relatedInformation: this.asRelatedInformations(diagnostic.relatedInformation)
+ relatedInformation: this.asRelatedInformations(diagnostic.relatedInformation),
958
+ tags: diagnostic.tags
959
}
960
961
0 commit comments