Click or drag to resize
DidChangeConfigurationParams Class
Parameters provided to the ConfigurationChanged event.
Inheritance Hierarchy
SystemObject
  VSCode.EditorDidChangeConfigurationParams

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public class DidChangeConfigurationParams

The DidChangeConfigurationParams type exposes the following members.

Constructors
  NameDescription
Public methodDidChangeConfigurationParams
Initializes a new instance of the DidChangeConfigurationParams class
Top
Properties
  NameDescription
Public propertySettings
A JObject representing the settings from VS Code.
Top
Extension Methods
  NameDescription
Public Extension MethodToJObject
Converts this instance to a JObject.
(Defined by ObjectExtensions.)
Top
See Also