mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -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'.
|
||||
return
|
||||
filePath.StartsWith("inmemory") ||
|
||||
filePath.StartsWith("tsqloutput") ||
|
||||
filePath.StartsWith("untitled");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user