Closed hoangthanhtri closed 5 months ago
I want to merge the launch on debug mode for parallel debugging, but I can't because "const launchSearchUrl = launch?${params.toString()};" only serves the default mode.
launch?${params.toString()}
Fixed in version 5.1.4.
I want to merge the launch on debug mode for parallel debugging, but I can't because "const launchSearchUrl =
launch?${params.toString()}
;" only serves the default mode.