We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c64379 commit 4a0e74fCopy full SHA for 4a0e74f
src/debugger/configuration/providers/ros.ts
@@ -36,7 +36,7 @@ export class RosDebugConfigurationProvider implements vscode.DebugConfigurationP
36
name: "ROS: Launch",
37
request: "launch",
38
target: `${launchFilePath}`,
39
- launch: "[rviz, gz, gzclient, gzserver]",
+ launch: ["rviz", "gz", "gzclient", "gzserver"],
40
type: "ros",
41
}];
42
}
0 commit comments