vscode: remove non-symlinked openpilot directories from python analysis (#31780)

anaylsis
old-commit-hash: 9f0201bdd4
chrysler-long2
Justin Newberry 1 year ago committed by GitHub
parent fd2a03b1c2
commit ed8e7ef866
  1. 12
      .vscode/settings.json

@ -12,5 +12,15 @@
"**/.git": true,
"**/.venv": true,
"**/__pycache__": true
}
},
"python.analysis.exclude": [
"**/.git",
"**/.venv",
"**/__pycache__",
// exclude directories should be using the symlinked version
"common/**",
"selfdrive/**",
"system/**",
"tools/**",
]
}
Loading…
Cancel
Save