mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
Fix for save as Json failure (#216)
* Fix exception due to repeat disposal of stream * Fix off by one index for saving selection * Fix to overwrite file if file already exists * Fix test for Json save selection * Add Json Formatting
This commit is contained in:
@@ -99,7 +99,6 @@ namespace Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
|
||||
return;
|
||||
}
|
||||
|
||||
FileStream.Flush();
|
||||
FileStream.Dispose();
|
||||
}
|
||||
public virtual void Dispose()
|
||||
|
||||
Reference in New Issue
Block a user