Enum languageserver_types::notification::DidChangeConfiguration
[−]
[src]
pub enum DidChangeConfiguration {}A notification sent from the client to the server to signal the change of configuration settings.
Trait Implementations
impl Debug for DidChangeConfiguration[src]
impl Notification for DidChangeConfiguration[src]
type Params = DidChangeConfigurationParams
const METHOD: &'static str
METHOD: &'static str = "workspace/didChangeConfiguration"