Binary will execute specified binary. Part of VS/VScode installation.
devtoolslauncher.exe LaunchForDeploy [PATH_TO_BIN] "argument here" test
Usecase: Execute any binary with given arguments and it will call developertoolssvc.exe. developertoolssvc is actually executing the binary. https://i.imgur.com/Go7rc0I.png
devtoolslauncher.exe LaunchForDebug [PATH_TO_BIN] "argument here" test
Usecase: Execute any binary with given arguments.