Skip to content

Commit 8aeb735

Browse files
committed
fix: json format
1 parent 19e82c2 commit 8aeb735

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.vscode/settings.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"${env:HOME}/ros_ws/awf/install/autoware_auto_vehicle_msgs/local/lib/python3.10/dist-packages",
3131
"${env:HOME}/ros_ws/awf/install/autoware_auto_mapping_msgs/local/lib/python3.10/dist-packages",
3232
"${env:HOME}/ros_ws/awf/install/tier4_planning_msgs/local/lib/python3.10/dist-packages",
33-
"${env:HOME}/ros_ws/awf/install/perception_eval/local/local/lib/python3.10/dist-packages",
33+
"${env:HOME}/ros_ws/awf/install/perception_eval/local/lib/python3.10/dist-packages",
3434
"${env:HOME}/ros_ws/awf/install/ros2_numpy/local/lib/python3.10/dist-packages",
3535
"${env:HOME}/ros_ws/awf/install/driving_log_replayer_msgs/local/lib/python3.10/dist-packages",
3636
"${env:HOME}/ros_ws/awf/install/tier4_debug_msgs/local/lib/python3.10/dist-packages",
@@ -40,7 +40,7 @@
4040
"${env:HOME}/ros_ws/awf/install/tier4_perception_msgs/local/lib/python3.10/dist-packages",
4141
"${env:HOME}/ros_ws/awf/install/lanelet2_extension_python/local/lib/python3.10/dist-packages",
4242
"${env:HOME}/ros_ws/awf/install/autoware_common_msgs/local/lib/python3.10/dist-packages",
43-
"${env:HOME}/ros_ws/awf/install/autoware_perception_msgs/local/lib/python3.10/dist-packages",
43+
"${env:HOME}/ros_ws/awf/install/autoware_perception_msgs/local/lib/python3.10/dist-packages"
4444
],
4545
"python.analysis.extraPaths": [
4646
"/opt/ros/humble/lib/python3.10/site-packages",
@@ -58,8 +58,7 @@
5858
"${env:HOME}/ros_ws/awf/install/tier4_perception_msgs/local/lib/python3.10/dist-packages",
5959
"${env:HOME}/ros_ws/awf/install/lanelet2_extension_python/local/lib/python3.10/dist-packages",
6060
"${env:HOME}/ros_ws/awf/install/autoware_common_msgs/local/lib/python3.10/dist-packages",
61-
"${env:HOME}/ros_ws/awf/install/autoware_perception_msgs/local/lib/python3.10/dist-packages",
62-
"${env:HOME}/ros_ws/awf/install/lanelet2_extension_python/local/lib/python3.10/dist-packages"
61+
"${env:HOME}/ros_ws/awf/install/autoware_perception_msgs/local/lib/python3.10/dist-packages"
6362
],
6463
"files.associations": {
6564
"cctype": "cpp",

0 commit comments

Comments
 (0)