mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Add vscode notebook cells to valid list of URI types. (#1863)
This commit is contained in:
@@ -30,7 +30,8 @@ namespace Microsoft.Kusto.ServiceLayer.Workspace
|
|||||||
{
|
{
|
||||||
"file",
|
"file",
|
||||||
UntitledScheme,
|
UntitledScheme,
|
||||||
"tsqloutput"
|
"tsqloutput",
|
||||||
|
"vscode-notebook-cell"
|
||||||
};
|
};
|
||||||
|
|
||||||
private Dictionary<string, ScriptFile> workspaceFiles = new Dictionary<string, ScriptFile>();
|
private Dictionary<string, ScriptFile> workspaceFiles = new Dictionary<string, ScriptFile>();
|
||||||
|
|||||||
@@ -32,7 +32,8 @@ namespace Microsoft.SqlTools.ServiceLayer.Workspace
|
|||||||
{
|
{
|
||||||
"file",
|
"file",
|
||||||
UntitledScheme,
|
UntitledScheme,
|
||||||
"tsqloutput"
|
"tsqloutput",
|
||||||
|
"vscode-notebook-cell"
|
||||||
};
|
};
|
||||||
|
|
||||||
private Dictionary<string, ScriptFile> workspaceFiles = new Dictionary<string, ScriptFile>();
|
private Dictionary<string, ScriptFile> workspaceFiles = new Dictionary<string, ScriptFile>();
|
||||||
|
|||||||
Reference in New Issue
Block a user