mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 05:29:12 +00:00
12 lines
260 B
JSON
12 lines
260 B
JSON
{
|
|
"python.testing.pytestArgs": [
|
|
"tests"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"python.analysis.include": [
|
|
"src/khoj/**/*"
|
|
],
|
|
"python.analysis.aiHoverSummaries": false,
|
|
}
|