Stubbing out query execution settings

Adding a setting for batch separator.
Very small refactor to WorkspaceService that will create the basic
settings upon construction of the object.
This commit is contained in:
benrr101
2016-08-17 18:24:20 -07:00
parent e9814435d8
commit dee490341d
4 changed files with 48 additions and 2 deletions

View File

@@ -31,6 +31,8 @@ namespace Microsoft.SqlTools.ServiceLayer.SqlContext
this.ScriptAnalysis.Update(settings.ScriptAnalysis, workspaceRootPath);
}
}
public QueryExecutionSettings QueryExecutionSettings { get; set; }
}
/// <summary>