Add default vscode config for khoj to ease development setup

This commit is contained in:
Debanjum
2025-06-01 15:58:38 -07:00
parent c6cc709f62
commit a98525be01
2 changed files with 42 additions and 0 deletions

7
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}