mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Make "--enable-logging" an ignored option for mssql back-compat (#788)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user