TraceSetting Enum
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.
Enum which represents language server trace setting.
See the Language Server Protocol specification for additional information.
public enum class TraceSetting
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum TraceSetting
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type TraceSetting =
Public Enum TraceSetting
- Inheritance
-
TraceSetting
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
Name | Value | Description |
---|---|---|
Off | 0 | Setting for 'off'. |
Messages | 1 | Setting for 'messages' |
Verbose | 2 | Setting for 'verbose' |