mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-27 01:25:42 -05:00
Add vscode notebook cells to valid list of URI types. (#1863)
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user