Skip to content

Commit a4cb908

Browse files
authored
Add vscode-debug-launch (#2448)
1 parent 26b2a02 commit a4cb908

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Microsoft.SqlTools.Hosting/Utility/CommandOptions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ public CommandOptions(string[] args, string serviceName)
102102
ParentProcessId = pidValue;
103103
}
104104
break;
105+
case "-vscode-debug-launch":
106+
break;
105107
default:
106108
ErrorMessage += string.Format("Unknown argument \"{0}\"" + Environment.NewLine, argName);
107109
break;

0 commit comments

Comments
 (0)