DidChangeConfigurationParams Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class which represents the parameter sent with workspace/didChangeConfiguration requests.
See the Language Server Protocol specification for additional information.
public ref class DidChangeConfigurationParams
[System.Runtime.Serialization.DataContract]
public class DidChangeConfigurationParams
[<System.Runtime.Serialization.DataContract>]
type DidChangeConfigurationParams = class
Public Class DidChangeConfigurationParams
- Inheritance
-
DidChangeConfigurationParams
- Attributes
Constructors
DidChangeConfigurationParams() |
Properties
Settings |
Gets or sets the settings that are applicable to the language server. |