diff --git a/.vscode/settings.json b/.vscode/settings.json index a7c9b2ac44..811306f399 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,10 +17,10 @@ "**/.git", "**/.venv", "**/__pycache__", - // exclude directories should be using the symlinked version + // exclude directories that should be using the symlinked version "common/**", "selfdrive/**", "system/**", "tools/**", ] -} \ No newline at end of file +}