Skip to content

Commit 4a0e74f

Browse files
authored
Fix the launch template (#689)
1 parent 9c64379 commit 4a0e74f

File tree

1 file changed

+1
-1
lines changed
  • src/debugger/configuration/providers

1 file changed

+1
-1
lines changed

src/debugger/configuration/providers/ros.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class RosDebugConfigurationProvider implements vscode.DebugConfigurationP
3636
name: "ROS: Launch",
3737
request: "launch",
3838
target: `${launchFilePath}`,
39-
launch: "[rviz, gz, gzclient, gzserver]",
39+
launch: ["rviz", "gz", "gzclient", "gzserver"],
4040
type: "ros",
4141
}];
4242
}

0 commit comments

Comments
 (0)