mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Fix Notebook Convert namespace (#1097)
This commit is contained in:
@@ -31,6 +31,7 @@ using Microsoft.SqlTools.ServiceLayer.ServerConfigurations;
|
|||||||
using Microsoft.SqlTools.ServiceLayer.SqlAssessment;
|
using Microsoft.SqlTools.ServiceLayer.SqlAssessment;
|
||||||
using Microsoft.SqlTools.ServiceLayer.SqlContext;
|
using Microsoft.SqlTools.ServiceLayer.SqlContext;
|
||||||
using Microsoft.SqlTools.ServiceLayer.Workspace;
|
using Microsoft.SqlTools.ServiceLayer.Workspace;
|
||||||
|
using Microsoft.SqlTools.ServiceLayer.NotebookConvert;
|
||||||
|
|
||||||
namespace Microsoft.SqlTools.ServiceLayer
|
namespace Microsoft.SqlTools.ServiceLayer
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ using Microsoft.SqlServer.TransactSql.ScriptDom;
|
|||||||
using System.IO;
|
using System.IO;
|
||||||
using Microsoft.SqlTools.ServiceLayer.NotebookConvert;
|
using Microsoft.SqlTools.ServiceLayer.NotebookConvert;
|
||||||
|
|
||||||
namespace Microsoft.SqlTools.ServiceLayer.Agent
|
namespace Microsoft.SqlTools.ServiceLayer.NotebookConvert
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Main class for Notebook Convert Service
|
/// Main class for Notebook Convert Service
|
||||||
|
|||||||
Reference in New Issue
Block a user