From 7330639ada3b46d53d5e59e471838feecb95fca0 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Tue, 5 Nov 2019 15:08:54 -0800 Subject: [PATCH] Fix a bug how missing values in ConfigurationItem are handled --- src/protocol/configuration.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol/configuration.jl b/src/protocol/configuration.jl index 5c16ae10..5de958ef 100644 --- a/src/protocol/configuration.jl +++ b/src/protocol/configuration.jl @@ -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