diff --git a/src/Microsoft.SqlTools.ServiceLayer/Workspace/Workspace.cs b/src/Microsoft.SqlTools.ServiceLayer/Workspace/Workspace.cs index 560805d7..3099a3d5 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Workspace/Workspace.cs +++ b/src/Microsoft.SqlTools.ServiceLayer/Workspace/Workspace.cs @@ -124,6 +124,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Workspace // type SqlTools have a path starting with 'untitled'. return filePath.StartsWith("inmemory") || + filePath.StartsWith("tsqloutput") || filePath.StartsWith("untitled"); }