Merge branch 'dev' of github.com:Microsoft/sqltoolsservice into dev

This commit is contained in:
Leila Lali
2017-02-17 09:53:17 -08:00
242 changed files with 8906 additions and 464 deletions

View File

@@ -26,7 +26,7 @@ namespace Microsoft.SqlTools.ServiceLayer.TestEnvConfig
{
ShowUsage();
}
else if (File.Exists(arg) == false)
else if (!File.Exists(arg))
{
Console.WriteLine("setting file {0} does not exist.", arg);
}