Make "--enable-logging" an ignored option for mssql back-compat (#788)

This commit is contained in:
Karl Burtram
2019-03-24 17:54:29 -07:00
committed by GitHub
parent eaaff8b8a1
commit e41b9bcf51

View File

@@ -53,6 +53,8 @@ namespace Microsoft.SqlTools.Hosting.Utility
case "-locale": case "-locale":
SetLocale(args[++i]); SetLocale(args[++i]);
break; break;
case "-enable-logging":
break;
case "h": case "h":
case "-help": case "-help":
ShouldExit = true; ShouldExit = true;