mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 05:29:12 +00:00
Avoid ai hover summaries in vscode dev env for now
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -4,5 +4,8 @@
|
|||||||
],
|
],
|
||||||
"python.testing.unittestEnabled": false,
|
"python.testing.unittestEnabled": false,
|
||||||
"python.testing.pytestEnabled": true,
|
"python.testing.pytestEnabled": true,
|
||||||
"python.analysis.include": ["src/khoj/**/*"],
|
"python.analysis.include": [
|
||||||
|
"src/khoj/**/*"
|
||||||
|
],
|
||||||
|
"python.analysis.aiHoverSummaries": false,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user