mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-16 09:35:36 -05:00
fixed the issue with defualt values for options not loaded correctly (#581)
This commit is contained in:
@@ -691,7 +691,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Scripting
|
||||
/// <summary>
|
||||
/// Returns the value of ScriptIndexes Property
|
||||
/// </summary>
|
||||
public bool? DriIndexes { get { return ScriptOptions.ScriptIndexes; } }
|
||||
public bool? Indexes { get { return ScriptOptions.ScriptIndexes; } }
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user