mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-17 02:51:45 -05:00
Quick fix for @anthonydresser
This commit is contained in:
@@ -124,6 +124,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Workspace
|
|||||||
// type SqlTools have a path starting with 'untitled'.
|
// type SqlTools have a path starting with 'untitled'.
|
||||||
return
|
return
|
||||||
filePath.StartsWith("inmemory") ||
|
filePath.StartsWith("inmemory") ||
|
||||||
|
filePath.StartsWith("tsqloutput") ||
|
||||||
filePath.StartsWith("untitled");
|
filePath.StartsWith("untitled");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user