Skip to content

Commit

Permalink
Fix a bug how missing values in ConfigurationItem are handled
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Nov 5, 2019
1 parent eda9ac8 commit 7330639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocol/configuration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ mutable struct DidChangeConfiguration
settings::Any
end

mutable struct ConfigurationItem
@json_read mutable struct ConfigurationItem
scopeUri::Union{Nothing,String}
section::Union{Nothing,String}
end
Expand Down

0 comments on commit 7330639

Please sign in to comment.