mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Adding an import change that was left out of a previous PR (#436)
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using Microsoft.SqlTools.Hosting.Contracts;
|
||||||
using Microsoft.SqlTools.Hosting.Hosting.Contracts;
|
using Microsoft.SqlTools.Hosting.Hosting.Contracts;
|
||||||
using Microsoft.SqlTools.ServiceLayer.DisasterRecovery;
|
using Microsoft.SqlTools.ServiceLayer.DisasterRecovery;
|
||||||
|
|
||||||
@@ -26,7 +27,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Utility
|
|||||||
{
|
{
|
||||||
FeatureName = "serializationService",
|
FeatureName = "serializationService",
|
||||||
Enabled = true,
|
Enabled = true,
|
||||||
OptionsMetadata = new SqlTools.Hosting.Contracts.ServiceOption[0]
|
OptionsMetadata = new ServiceOption[0]
|
||||||
});
|
});
|
||||||
|
|
||||||
return features.ToArray();
|
return features.ToArray();
|
||||||
|
|||||||
Reference in New Issue
Block a user