DidChangeConfigurationParams

You might want to use RootJsonToken instead of this type if you want to deserialize your custom config types.

@serdeIgnoreUnexpectedKeys
@serdeFallbackStruct
@allowedMethods("workspace/didChangeConfiguration")
struct DidChangeConfigurationParams {}

Members

Variables

settings
JsonValue settings;
Undocumented in source.

Meta