Quick fix for @anthonydresser

This commit is contained in:
Benjamin Russell
2016-08-05 14:55:59 -07:00
parent 315c1fd7b0
commit 368a98c8e0

View File

@@ -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");
}