mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-27 17:24:26 -05:00
Removing Exclude/Include to show in tasks view (parity with SSDT) (#814)
This commit is contained in:
@@ -2925,22 +2925,6 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
}
|
||||
}
|
||||
|
||||
public static string IncludeNodeTaskName
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.IncludeNodeTaskName);
|
||||
}
|
||||
}
|
||||
|
||||
public static string ExcludeNodeTaskName
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.ExcludeNodeTaskName);
|
||||
}
|
||||
}
|
||||
|
||||
public static string SchemaCompareExcludeIncludeNodeNotFound
|
||||
{
|
||||
get
|
||||
@@ -4283,12 +4267,6 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string PublishChangesTaskName = "PublishChangesTaskName";
|
||||
|
||||
|
||||
public const string IncludeNodeTaskName = "IncludeNodeTaskName";
|
||||
|
||||
|
||||
public const string ExcludeNodeTaskName = "ExcludeNodeTaskName";
|
||||
|
||||
|
||||
public const string SchemaCompareExcludeIncludeNodeNotFound = "SchemaCompareExcludeIncludeNodeNotFound";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user