mirror of
https://github.com/1j01/textual-paint.git
synced 2024-11-24 08:44:45 +03:00
Add launch configuration to debug pip install
This commit is contained in:
parent
a2d117cd69
commit
7ced8fc50b
14
.vscode/launch.json
vendored
14
.vscode/launch.json
vendored
@ -70,6 +70,18 @@
|
||||
"justMyCode": false,
|
||||
// If using pytest-cov in the future:
|
||||
// "env": {"PYTEST_ADDOPTS": "--no-cov"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Debug pip install",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": ".venv/bin/pip",
|
||||
"windows": {
|
||||
"program": ".venv/Scripts/pip.exe",
|
||||
},
|
||||
"args": ["install", "-r", "requirements.txt"],
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": false,
|
||||
},
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user