Adding extension service host for extension services (#1808)

This commit is contained in:
Aasim Khan
2023-01-24 16:09:42 -08:00
committed by GitHub
parent fd82d5bc17
commit b8581920b6
10 changed files with 511 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
using Microsoft.SqlTools.Hosting.Utility;
using Microsoft.SqlTools.Utility;
using NUnit.Framework;
using CredSR = Microsoft.SqlTools.Credentials.SR;