mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-28 01:25:44 -05:00
Changes to add serialization as part of the features metadata (#434)
* Changes to add serialization as part of the features metadata * Adding in an empty array as the optionsmetadata for serializationservice feature instead of null
This commit is contained in:
@@ -210,7 +210,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Hosting
|
||||
ProviderDisplayName = ServiceHost.ProviderDescription,
|
||||
ConnectionProvider = ConnectionProviderOptionsHelper.BuildConnectionProviderOptions(),
|
||||
AdminServicesProvider = AdminServicesProviderOptionsHelper.BuildAdminServicesProviderOptions(),
|
||||
Features = FeaturesMetadataProviderHelper.CreateFratureMetadataProviders()
|
||||
Features = FeaturesMetadataProviderHelper.CreateFeatureMetadataProviders()
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user