Make vscode pylint only analyse khoj server directory for efficiency

This commit is contained in:
Debanjum
2025-07-08 12:16:08 -07:00
parent 9a215141f0
commit 8fb38d9e1e

View File

@@ -3,5 +3,6 @@
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
"python.testing.pytestEnabled": true,
"python.analysis.include": ["src/khoj/**/*"],
}