mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-07 17:25:04 -05:00
Query execution settings support (#812)
* WIP * WIP 3 * WIP 3 * Additional query settings updates * Add settings tets * Address code review feeback * Updates from testing
This commit is contained in:
@@ -21,7 +21,6 @@ namespace Microsoft.SqlTools.ServiceLayer.Agent
|
||||
internal class JobNotificationsActions : ManagementActionBase
|
||||
{
|
||||
private JobData data;
|
||||
private bool loading = false;
|
||||
|
||||
public JobNotificationsActions(CDataContainer dataContainer, JobData data)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user