diff --git a/src/debugger/configuration/providers/ros.ts b/src/debugger/configuration/providers/ros.ts index adb54835..5bbe69e0 100644 --- a/src/debugger/configuration/providers/ros.ts +++ b/src/debugger/configuration/providers/ros.ts @@ -36,7 +36,7 @@ export class RosDebugConfigurationProvider implements vscode.DebugConfigurationP name: "ROS: Launch", request: "launch", target: `${launchFilePath}`, - launch: "[rviz, gz, gzclient, gzserver]", + launch: ["rviz", "gz", "gzclient", "gzserver"], type: "ros", }]; }