mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-18 01:25:41 -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 Microsoft.SqlTools.Hosting.Contracts;
|
||||
using Microsoft.SqlTools.Hosting.Hosting.Contracts;
|
||||
using Microsoft.SqlTools.ServiceLayer.DisasterRecovery;
|
||||
|
||||
@@ -26,7 +27,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Utility
|
||||
{
|
||||
FeatureName = "serializationService",
|
||||
Enabled = true,
|
||||
OptionsMetadata = new SqlTools.Hosting.Contracts.ServiceOption[0]
|
||||
OptionsMetadata = new ServiceOption[0]
|
||||
});
|
||||
|
||||
return features.ToArray();
|
||||
|
||||
Reference in New Issue
Block a user