Feature/delete peek scripts (#174)

* Delete temp script folder

* Delete folder and refactor code

* Add unit tests

* create folder per workspace

* Refactor and move creation to FileUtils

* Separate multiple assignment
This commit is contained in:
Sharon Ravindran
2016-12-15 13:34:33 -08:00
committed by GitHub
parent 9c6162282a
commit 5d2bf7fbe4
5 changed files with 118 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
namespace Microsoft.SqlTools.ServiceLayer.Utility
{
public static class TextUtilities
{
{
/// <summary>
/// Find the position of the cursor in the SQL script content buffer and return previous new line position
/// </summary>