Files
clearpilot/.vscode/settings.json
Comma Device 1ff14d346f wip
2024-05-14 08:21:27 +00:00

21 lines
378 B
JSON
Executable File

{
"files.exclude": {
"selfdrive/": true,
"system/": true,
"tools/": true,
"openpilot/third_party": true,
"common/" true,
"opendbc/": true,
"panda/": true
},
"search.exclude": {
"selfdrive/": true,
"system/": true,
"tools/": true,
"openpilot/third_party": true,
"common/" true,
"opendbc/": true,
"panda/": true
}
}