This commit is contained in:
Your Name
2024-05-14 03:17:23 -05:00
parent 9404ae4f1f
commit 6efe858dfc
28 changed files with 601 additions and 32 deletions

16
.vscode/settings.json vendored
View File

@@ -1,12 +1,20 @@
{
"files.exclude": {
"selfdrive/": true,
"openpilot/system/": true,
"tools/": true
"system/": true,
"tools/": true,
"openpilot/third_party": true,
"common/" true,
"opendbc/": true,
"panda/": true
},
"search.exclude": {
"selfdrive/": true,
"openpilot/system/": true,
"tools/": true
"system/": true,
"tools/": true,
"openpilot/third_party": true,
"common/" true,
"opendbc/": true,
"panda/": true
}
}