mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
13 lines
528 B
JSON
Executable File
13 lines
528 B
JSON
Executable File
{
|
|
"terminal.integrated.suggest.enabled": true,
|
|
// Use pytest and look under the test/ folder
|
|
"python.testing.pytestEnabled": true,
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestArgs": [
|
|
"test"
|
|
],
|
|
// Ensure VS Code uses the devcontainer virtualenv
|
|
"python.defaultInterpreterPath": "/opt/venv/bin/python",
|
|
// Let the Python extension invoke pytest via the interpreter; avoid hardcoded paths
|
|
// Removed python.testing.pytestPath and legacy pytest.command overrides
|
|
} |