Skip to content

Commit

Permalink
Add ros dist packages and format on save
Browse files Browse the repository at this point in the history
  • Loading branch information
qhdwight committed Sep 24, 2023
1 parent 097e736 commit 4926fae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
// but Pylance currently has a bug where it cannot handle the symlinks in it.
// Below we are just putting directly where those symlinks go
"python.analysis.extraPaths": [
"/opt/ros/noetic/lib/python3/dist-packages",
"../../devel/.private/mrover/lib/python3/dist-packages",
],
"[python]": {
Expand All @@ -32,4 +33,5 @@
"python.analysis.typeCheckingMode": "off",
//// Miscellaneous
"redhat.telemetry.enabled": false,
"editor.formatOnSave": true,
}

0 comments on commit 4926fae

Please sign in to comment.