Class SqlToolsSettings
Class for serialization and deserialization of the settings the SQL Tools Service needs.
Inheritance
System.Object
SqlToolsSettings
Namespace:Microsoft.SqlTools.ServiceLayer.SqlContext
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class SqlToolsSettings
Properties
| Improve this Doc View SourceIsDiagnositicsEnabled
Gets a flag determining if diagnostics are enabled
Declaration
public bool IsDiagnositicsEnabled { get; }
Type | Description |
---|---|
System.Boolean |
IsIntelliSenseEnabled
Gets a flag determining if IntelliSense is enabled
Declaration
public bool IsIntelliSenseEnabled { get; }
Type | Description |
---|---|
System.Boolean |
IsQuickInfoEnabled
Gets a flag determining if quick info is enabled
Declaration
public bool IsQuickInfoEnabled { get; }
Type | Description |
---|---|
System.Boolean |
IsSuggestionsEnabled
Gets a flag determining if suggestions are enabled
Declaration
public bool IsSuggestionsEnabled { get; }
Type | Description |
---|---|
System.Boolean |
QueryExecutionSettings
Query excution settings forwarding property
Declaration
public QueryExecutionSettings QueryExecutionSettings { get; }
Type | Description |
---|---|
QueryExecutionSettings |
SqlTools
Gets or sets the underlying settings value object
Declaration
[JsonProperty("mssql")]
public SqlToolsSettingsValues SqlTools { get; set; }
Type | Description |
---|---|
SqlToolsSettingsValues |
Methods
| Improve this Doc View SourceUpdate(SqlToolsSettings)
Updates the extension settings
Declaration
public void Update(SqlToolsSettings settings)
Parameters
Type | Name | Description |
---|---|---|
SqlToolsSettings | settings |