Add vscode notebook cells to valid list of URI types. (#1863)

This commit is contained in:
Cory Rivera
2023-02-15 12:40:11 -08:00
committed by GitHub
parent c26a2aea14
commit e3fc41af58
2 changed files with 4 additions and 2 deletions

View File

@@ -32,7 +32,8 @@ namespace Microsoft.SqlTools.ServiceLayer.Workspace
{
"file",
UntitledScheme,
"tsqloutput"
"tsqloutput",
"vscode-notebook-cell"
};
private Dictionary<string, ScriptFile> workspaceFiles = new Dictionary<string, ScriptFile>();