Binary will execute specified binary. Part of VS/VScode installation.
The above binary will execute other binary.
devtoolslauncher.exe LaunchForDeploy {PATH_ABSOLUTE:.exe} "{CMD:args}" test
Execute any binary with given arguments and it will call developertoolssvc.exe. developertoolssvc is actually executing the binary.
The above binary will execute other binary.
devtoolslauncher.exe LaunchForDebug {PATH_ABSOLUTE:.exe} "{CMD:args}" test
Execute any binary with given arguments.