fixed the issue with defualt values for options not loaded correctly (#581)

This commit is contained in:
Leila Lali
2018-02-06 17:23:23 -08:00
committed by Karl Burtram
parent efd38be0be
commit fc4282b701
3 changed files with 14 additions and 5 deletions

View File

@@ -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>