mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Setup vscode launch.json and configure pytests for dev container
This commit is contained in:
@@ -35,11 +35,16 @@
|
||||
"--profile",
|
||||
"black",
|
||||
"--filter-files"
|
||||
]
|
||||
],
|
||||
"python.testing.pytestArgs": [
|
||||
"tests"
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"postCreateCommand": "scripts/dev_setup.sh",
|
||||
"postCreateCommand": "scripts/dev_setup.sh --devcontainer",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers-contrib/features/black:2": {},
|
||||
"ghcr.io/devcontainers-contrib/features/mypy:2": {},
|
||||
|
||||
Reference in New Issue
Block a user