Skip to content

Commit fe924da

Browse files
authored
Merge pull request #996 from julia-vscode/sp/DiagnosticRelatedInformation-dict_readable
make DiagnosticRelatedInformation dict_readable
2 parents 99cc21e + c5f3d13 commit fe924da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocol/basic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const DiagnosticTag = Int
7272
const DiagnosticTags = (Unnecessary = 1,
7373
Deprecated = 2)
7474

75-
struct DiagnosticRelatedInformation
75+
@dict_readable struct DiagnosticRelatedInformation
7676
location::Location
7777
message::String
7878
end

0 commit comments

Comments
 (0)